From fff7f52074299482c616dfa58d00d4b4e9b8898f Mon Sep 17 00:00:00 2001 From: Alexander Tseung Date: Sat, 5 May 2018 15:12:41 -0700 Subject: Change font weight from 300 to 400 --- ui/app/css/itcss/components/send.scss | 3 --- 1 file changed, 3 deletions(-) (limited to 'ui/app/css/itcss/components/send.scss') diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss index 362feeec8..c168242cf 100644 --- a/ui/app/css/itcss/components/send.scss +++ b/ui/app/css/itcss/components/send.scss @@ -507,7 +507,6 @@ &__copy { color: $gray; font-size: 14px; - font-weight: 300; line-height: 19px; text-align: center; margin-top: 10px; @@ -641,7 +640,6 @@ font-family: Roboto; font-size: 16px; line-height: 21px; - font-weight: 300; } } @@ -832,7 +830,6 @@ color: $tundora; font-family: Roboto; font-size: 20px; - font-weight: 300; line-height: 26px; margin-top: 17px; } -- cgit