mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
parent
dedc5d9239
commit
505b6d0d6f
1 changed files with 79 additions and 79 deletions
|
@ -520,9 +520,9 @@ body.zen {
|
|||
left: 29px;
|
||||
@include linear-gradient(right, rgba(26, 28, 29, 0.00), rgba(26, 28, 29, 1.00));
|
||||
}
|
||||
}
|
||||
|
||||
.tags {
|
||||
|
||||
.tags {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
|
@ -545,9 +545,9 @@ body.zen {
|
|||
max-width: inherit;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tag-label {
|
||||
.tag-label {
|
||||
display: block;
|
||||
float: left;
|
||||
@include icon($i-tag);
|
||||
|
@ -562,9 +562,9 @@ body.zen {
|
|||
&.touch {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
input[type="text"].tag-input {
|
||||
input[type="text"].tag-input {
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
vertical-align: top;
|
||||
|
@ -576,9 +576,9 @@ input[type="text"].tag-input {
|
|||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tag {
|
||||
.tag {
|
||||
@include icon-after($i-x, 8px, $darkgrey) {
|
||||
margin-left: 4px;
|
||||
vertical-align: 5%;
|
||||
|
@ -603,7 +603,7 @@ input[type="text"].tag-input {
|
|||
@include icon-after($i-x, 8px, $lightgrey) {text-shadow: none;}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.suggestions {
|
||||
|
|
Loading…
Reference in a new issue