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

View File

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