mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 11:45:18 +08:00
Add margin for system notification modal
This commit is contained in:
parent
f0933f4a89
commit
b50320a4bc
1 changed files with 8 additions and 0 deletions
|
@ -111,3 +111,11 @@
|
|||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
#manage-module-system-notification-modal {
|
||||
.modal-title {
|
||||
margin-left: 20px;
|
||||
}
|
||||
.modal-body {
|
||||
margin: 20px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue