This commit is contained in:
SleepWalker
2016-05-20 07:21:40 +03:00
parent 76669dfebd
commit 26cb65f653
3 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@
.activeMenuItem { .activeMenuItem {
background: lighter($green)!important; background: lighter($green)!important;
color: #fff!important; color: #fff!important;
font-weight: $font-wight-bold; font-weight: $font-weight-bold;
} }
.langIco { .langIco {

View File

@@ -2,4 +2,4 @@
$font-family-title: 'Roboto Condensed', Arial, sans-serif; $font-family-title: 'Roboto Condensed', Arial, sans-serif;
$font-family-base: 'Roboto', Arial, sans-serif; $font-family-base: 'Roboto', Arial, sans-serif;
$font-wight-bold: 500; $font-weight-bold: 500;

View File

@@ -15,7 +15,7 @@ body {
} }
b { b {
font-weight: $font-wight-bold; font-weight: $font-weight-bold;
} }
a { a {