0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Add transparent border to add-user button

Closes #63
This commit is contained in:
Paul Adam Davis 2014-07-12 11:42:05 +01:00
parent 2913b26811
commit 6beb557179
2 changed files with 3 additions and 2 deletions

View file

@ -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

File diff suppressed because one or more lines are too long