mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-27 01:02:14 +05:30
fix typo
This commit is contained in:
parent
76669dfebd
commit
26cb65f653
@ -66,7 +66,7 @@
|
||||
.activeMenuItem {
|
||||
background: lighter($green)!important;
|
||||
color: #fff!important;
|
||||
font-weight: $font-wight-bold;
|
||||
font-weight: $font-weight-bold;
|
||||
}
|
||||
|
||||
.langIco {
|
||||
|
@ -2,4 +2,4 @@
|
||||
$font-family-title: 'Roboto Condensed', Arial, sans-serif;
|
||||
$font-family-base: 'Roboto', Arial, sans-serif;
|
||||
|
||||
$font-wight-bold: 500;
|
||||
$font-weight-bold: 500;
|
||||
|
@ -15,7 +15,7 @@ body {
|
||||
}
|
||||
|
||||
b {
|
||||
font-weight: $font-wight-bold;
|
||||
font-weight: $font-weight-bold;
|
||||
}
|
||||
|
||||
a {
|
||||
|
Loading…
Reference in New Issue
Block a user