fixing private category badges and mobile header logo

This commit is contained in:
Kris Aubuchon 2014-03-17 23:00:39 -04:00
parent 38f2c778fb
commit 49a222f985
3 changed files with 4 additions and 13 deletions

View File

@ -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;
}

View File

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

View File

@ -34,7 +34,8 @@
}
}
#site-logo {
width: 110px;
max-width: 122px;
max-height: 40px;
}
.fa-home {
font-size: 20px;