From 5c9a1bc953b6e1f0db0e8f99be120731737ce408 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Fri, 11 Nov 2016 11:27:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D1=88=D1=80=D0=B8?= =?UTF-8?q?=D1=84=D1=82=D0=BE=D0=B2=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=20?= =?UTF-8?q?=D1=83=D1=85=D0=BE=D0=B4=D0=B0=20=D0=B8=D0=B7=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=B4=20=D0=B3=D0=BD=D1=91=D1=82=D0=B0=20=D1=81=D1=82=D0=B8?= =?UTF-8?q?=D0=BB=D0=B5=D0=B9=20button?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/accounts/accountSwitcher.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/accounts/accountSwitcher.scss b/src/components/accounts/accountSwitcher.scss index b6b6c17..339013d 100644 --- a/src/components/accounts/accountSwitcher.scss +++ b/src/components/accounts/accountSwitcher.scss @@ -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; }