Фикс шрифтов после ухода из под гнёта стилей button

This commit is contained in:
ErickSkrauch 2016-11-11 11:27:00 +03:00
parent f09e35627e
commit 5c9a1bc953

View File

@ -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;
} }