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