mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Styles for splitbuttons on editor screen
This commit is contained in:
parent
201e827768
commit
73454b86d6
2 changed files with 14 additions and 32 deletions
|
@ -38,6 +38,15 @@
|
||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
@include border-left-radius(0);
|
@include border-left-radius(0);
|
||||||
|
|
||||||
|
&.btn-sm {
|
||||||
|
padding-left: 10px;
|
||||||
|
padding-right: 10px;
|
||||||
|
}
|
||||||
|
&.btn-lg {
|
||||||
|
padding-left: 16px;
|
||||||
|
padding-right: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// This is the additional dropdown arrow, to the right of the button.
|
// This is the additional dropdown arrow, to the right of the button.
|
||||||
.options {
|
.options {
|
||||||
|
|
|
@ -466,41 +466,14 @@ body.zen {
|
||||||
right: -3px;
|
right: -3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-save,
|
.splitbtn {
|
||||||
.button-delete {
|
|
||||||
min-height: 30px;
|
|
||||||
height: 30px;
|
|
||||||
line-height: 12px;
|
|
||||||
padding: 0 10px;
|
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
border-top: rgba(255,255,255,0.4) 1px solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.options {
|
.btn {
|
||||||
width: 30px;
|
border-top: rgba(255,255,255,0.3) 1px solid;
|
||||||
min-height: 30px;
|
|
||||||
height: 30px;
|
|
||||||
margin-top: 5px;
|
|
||||||
border-top: rgba(255,255,255,0.4) 1px solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.splitbutton-save,
|
|
||||||
.splitbutton-delete{
|
|
||||||
.button-save,
|
|
||||||
.button-delete{
|
|
||||||
@include transition(width 0.25s ease, background-color 0.3s linear);
|
|
||||||
}
|
|
||||||
|
|
||||||
.editor-options{
|
|
||||||
@extend .dropdown-bottom-right !optional;
|
|
||||||
bottom: 140%;
|
|
||||||
right: -3%;
|
|
||||||
|
|
||||||
a {
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.extended-tags { // When the tag bar is exapanded
|
.extended-tags { // When the tag bar is exapanded
|
||||||
|
|
Loading…
Add table
Reference in a new issue