1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00

Merge pull request #4632 from PaulAdamDavis/modal-colour-spacing

Modal spacing & warning colour
This commit is contained in:
Jason Williams 2014-12-12 09:49:05 -06:00
commit 09843c1f3a

View file

@ -124,6 +124,7 @@
.modal-header {
position: relative;
margin-bottom: 18px;
h1 {
display: inline-block;
@ -136,6 +137,10 @@
.modal-body {
position: relative;
overflow-y: auto;
.red {
color: $red;
}
}
.modal-footer {