mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
fix typo
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
b {
|
b {
|
||||||
font-weight: $font-wight-bold;
|
font-weight: $font-weight-bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|||||||
Reference in New Issue
Block a user