Add margin for system notification modal

This commit is contained in:
Urban Rotnik 2019-02-21 15:15:33 +01:00
parent f0933f4a89
commit b50320a4bc

View file

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