mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-17 21:53:03 +05:30
Фикс шрифтов после ухода из под гнёта стилей button
This commit is contained in:
parent
f09e35627e
commit
5c9a1bc953
@ -64,6 +64,7 @@ $lightBorderColor: #eee;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.activeAccountUsername {
|
.activeAccountUsername {
|
||||||
|
font-family: $font-family-title;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: $green;
|
color: $green;
|
||||||
}
|
}
|
||||||
@ -103,8 +104,9 @@ $lightBorderColor: #eee;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.accountUsername {
|
.accountUsername {
|
||||||
color: #666;
|
font-family: $font-family-title;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.accountEmail {
|
.accountEmail {
|
||||||
@ -150,6 +152,7 @@ $lightBorderColor: #eee;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.accountUsername {
|
.accountUsername {
|
||||||
|
font-family: $font-family-title;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user