tweak banner close X button a bit
This commit is contained in:
parent
69461ec1ce
commit
6eb8730fce
|
@ -16,9 +16,10 @@
|
|||
}
|
||||
|
||||
.close {
|
||||
font-size: 1.786em !important;
|
||||
margin-top: -10px !important;
|
||||
color: darken($tertiary, 45%);
|
||||
font-size: 1.786em;
|
||||
margin-top: -10px;
|
||||
color: scale-color($tertiary, $lightness: 70%);
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.meta {
|
||||
|
|
Loading…
Reference in New Issue