diff --git a/app/assets/stylesheets/common/components/badges.css.scss b/app/assets/stylesheets/common/components/badges.css.scss index 30669a640..1e29340b7 100644 --- a/app/assets/stylesheets/common/components/badges.css.scss +++ b/app/assets/stylesheets/common/components/badges.css.scss @@ -19,11 +19,12 @@ // -------------------------------------------------- .badge-category { - padding: 4px 6px; + padding: 2px 4px; color: $tertiary_text_color; font-size: 12px; font-weight: bold; white-space: nowrap; + display: inline-block; &[href] { color: $tertiary_text_color; } diff --git a/app/assets/stylesheets/common/foundation/variables.scss b/app/assets/stylesheets/common/foundation/variables.scss index f221dfa39..cbab8f1ad 100644 --- a/app/assets/stylesheets/common/foundation/variables.scss +++ b/app/assets/stylesheets/common/foundation/variables.scss @@ -17,11 +17,7 @@ $black: #333 !default; $white: #fff !default; $blue: #00aaff !default; - $yellow: lighten(#FFFF00, 15%) !default; -$light_yellow: lighten($yellow, 20%) !default; -$lightest_yellow: lighten($yellow, 30%) !default; - $red: #e45735 !default; $pink: #fa6c8d !default; $green: #009900 !default; @@ -144,13 +140,6 @@ $quote-background: lighten($black, 76%); $topicMenuColor: darken($white, 80%); $bookmarkColor: $blue; -$tag_color: lighten($blue, 50%); -$post_footer: lighten($black, 76%); - -$controls: lighten($black, 35%); -$controls_hover: $blue; -$controls_active: darken($blue, 10%); - // Basics // -------------------------------------------------- diff --git a/app/assets/stylesheets/mobile/header.scss b/app/assets/stylesheets/mobile/header.scss index 1e46ac591..419daf253 100644 --- a/app/assets/stylesheets/mobile/header.scss +++ b/app/assets/stylesheets/mobile/header.scss @@ -34,7 +34,8 @@ } } #site-logo { - width: 110px; + max-width: 122px; + max-height: 40px; } .fa-home { font-size: 20px;