mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
parent
2913b26811
commit
6beb557179
2 changed files with 3 additions and 2 deletions
|
@ -322,6 +322,7 @@
|
|||
.button-add {
|
||||
position: relative;
|
||||
padding-left: 50px;
|
||||
border: rgba(0,0,0,0.07) 1px solid;
|
||||
@include icon($i-add, 1.4em, rgba(255,255,255,0.6)) {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
@ -329,7 +330,7 @@
|
|||
left: 9px;
|
||||
bottom: 0;
|
||||
width: 26px;
|
||||
border-right: darken($green, 8%) 1px solid;
|
||||
border-right: rgba(0,0,0,0.07) 1px solid;
|
||||
};
|
||||
}
|
||||
} // > 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…
Reference in a new issue