mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
parent
8dd412f20c
commit
51a9b4bf1f
1 changed files with 9 additions and 6 deletions
|
@ -61,7 +61,8 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 19px 24px;
|
align-items: center;
|
||||||
|
padding: 15px 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-menu-header h4 {
|
.settings-menu-header h4 {
|
||||||
|
@ -72,8 +73,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-menu-header .close {
|
.settings-menu-header .close {
|
||||||
right: 22px;
|
margin-right: -15px;
|
||||||
|
padding: 10px 15px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
line-height: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-menu-header.subview h4 {
|
.settings-menu-header.subview h4 {
|
||||||
|
@ -81,12 +84,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-menu-header.subview .back {
|
.settings-menu-header.subview .back {
|
||||||
left: 0;
|
margin-left: -15px;
|
||||||
|
padding: 10px 15px;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-menu-header.subview .back:before {
|
|
||||||
left: 19px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue