UX: Change banner close button to be floated to the right

This commit is contained in:
cpradio 2017-04-24 20:51:02 -04:00
parent 0d66529d2b
commit d69122c385
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
margin-top: -5px; margin-top: -5px;
color: scale-color($tertiary, $lightness: 70%); color: scale-color($tertiary, $lightness: 70%);
padding-left: 5px; padding-left: 5px;
float: right;
} }
.meta { .meta {