tweak banner close X button a bit
This commit is contained in:
parent
69461ec1ce
commit
6eb8730fce
1 changed files with 4 additions and 3 deletions
|
@ -16,9 +16,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.close {
|
.close {
|
||||||
font-size: 1.786em !important;
|
font-size: 1.786em;
|
||||||
margin-top: -10px !important;
|
margin-top: -10px;
|
||||||
color: darken($tertiary, 45%);
|
color: scale-color($tertiary, $lightness: 70%);
|
||||||
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta {
|
.meta {
|
||||||
|
|
Reference in a new issue