0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Modal spacing & warning colour

Closes #4583

- Adds a `.red` class (used to make the post count red)
- Adds a little spacing under the modal header to things arent bunched up
This commit is contained in:
Paul Adam Davis 2014-12-12 10:48:50 +00:00
parent 6c09c0b0d1
commit 458f399a3a

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 {