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:
parent
6c09c0b0d1
commit
458f399a3a
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue