diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 56f9a8106..5403551bd 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -58,10 +58,6 @@ $sidebar-active: #f4fcd0; box-shadow: 0 2px 2px #eee; } - [class^="icon-"]:not(.icon-circle) { - font-size: $base-font-size; - } - @include breakpoint(small only) { .top-bar-left ul { @@ -96,6 +92,10 @@ $sidebar-active: #f4fcd0; display: none; } } + + [class^="icon-"]:not(.icon-circle) { + font-size: $base-font-size; + } } .menu .menu-text {