diff --git a/sass/ascribe_variables.scss b/sass/ascribe_variables.scss index cdff14da..0a523811 100644 --- a/sass/ascribe_variables.scss +++ b/sass/ascribe_variables.scss @@ -22,5 +22,5 @@ $ascribe--button-secondary-fg-color: $ascribe--bg-color; $ascribe--button-secondary-bg-color: white; $ascribe--font: 'canada-type-gibson', sans-serif !important; -$ascribe--font-weight-light: 300 !important; +$ascribe--font-weight-light: 300; $ascribe--font-weight-normal: normal; diff --git a/sass/main.scss b/sass/main.scss index 03bf3cb1..20d15535 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -86,9 +86,8 @@ hr { } .ascribe-powered-by { - font-size: 11px!important; - text-transform: none!important; - font-weight: normal!important; + font-size: 11px; + font-weight: 300; } .clear-paddings { @@ -377,7 +376,6 @@ hr { > h1 { font-size: 10em; - font-weight: 600; margin-bottom: .25em; } diff --git a/sass/whitelabel/wallet/ikonotv/ikonotv_custom_style.scss b/sass/whitelabel/wallet/ikonotv/ikonotv_custom_style.scss index e119dc79..e2e0cb2e 100644 --- a/sass/whitelabel/wallet/ikonotv/ikonotv_custom_style.scss +++ b/sass/whitelabel/wallet/ikonotv/ikonotv_custom_style.scss @@ -28,7 +28,6 @@ $ikono--font: 'Helvetica Neue', 'Helvetica', sans-serif !important; border-bottom-color: transparent; color: white; font-size: 14px; - font-weight: bold; } .navbar-nav > li.active { @@ -38,7 +37,6 @@ $ikono--font: 'Helvetica Neue', 'Helvetica', sans-serif !important; color: black; background-color: transparent; border-bottom-color: transparent; - font-weight: bold; } } @@ -130,7 +128,6 @@ $ikono--font: 'Helvetica Neue', 'Helvetica', sans-serif !important; width: auto; padding: 10px 30px; text-transform: uppercase; - font-weight: bold; width: 180px; } @@ -251,7 +248,6 @@ $ikono--font: 'Helvetica Neue', 'Helvetica', sans-serif !important; > h1 { font-size: 7em; - font-weight: bold; margin-top: 10px; margin-bottom: 10px;