0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05: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 a69b2a2e9a

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 {