mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
parent
2913b26811
commit
6beb557179
2 changed files with 3 additions and 2 deletions
|
@ -322,6 +322,7 @@
|
||||||
.button-add {
|
.button-add {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-left: 50px;
|
padding-left: 50px;
|
||||||
|
border: rgba(0,0,0,0.07) 1px solid;
|
||||||
@include icon($i-add, 1.4em, rgba(255,255,255,0.6)) {
|
@include icon($i-add, 1.4em, rgba(255,255,255,0.6)) {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -329,7 +330,7 @@
|
||||||
left: 9px;
|
left: 9px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 26px;
|
width: 26px;
|
||||||
border-right: darken($green, 8%) 1px solid;
|
border-right: rgba(0,0,0,0.07) 1px solid;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
} // > header
|
} // > header
|
||||||
|
|
2
core/client/docs/dist/css/ghost-ui.min.css
vendored
2
core/client/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue