tweak banner close X button a bit

This commit is contained in:
Jeff Atwood 2016-02-22 15:57:31 -08:00
parent 69461ec1ce
commit 6eb8730fce
1 changed files with 4 additions and 3 deletions

View File

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