Quick fix, icon change

This commit is contained in:
unknown
2015-09-04 15:02:51 -04:00
parent 46ab221e41
commit c999ab9634
3 changed files with 3 additions and 3 deletions

View File

@@ -1156,7 +1156,7 @@ tr {
height: 4.2rem;
padding: 0 3rem; }
@media only all and (max-width: 47.938em) {
#admin-main .titlebar h1 i:before {
#admin-main .titlebar h1 > i:first-child:before {
content: "\f0c9"; } }
#admin-main .titlebar .button-bar {
padding: 0; }

File diff suppressed because one or more lines are too long

View File

@@ -223,7 +223,7 @@ $update-height: 3rem;
@extend %vertical-align;
@include breakpoint(mobile-only){
i:before {
> i:first-child:before {
content: "\f0c9";
}
}