Merge pull request #1512 from urbanrotnik/ur-SCI-3054-whats-new-notification-modal-content

Add margin  for system notification modal [SCI-3054]
This commit is contained in:
Urban Rotnik 2019-02-21 15:56:17 +01:00 committed by GitHub
commit 147b7039a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,3 +111,11 @@
margin-top: 10px;
}
}
#manage-module-system-notification-modal {
.modal-title {
margin-left: 20px;
}
.modal-body {
margin: 20px;
}
}