diff --git a/sass/whitelabel/wallet/ikonotv/ikonotv_landing.scss b/sass/whitelabel/wallet/ikonotv/ikonotv_landing.scss index 5e45e7f2..d0708f5e 100644 --- a/sass/whitelabel/wallet/ikonotv/ikonotv_landing.scss +++ b/sass/whitelabel/wallet/ikonotv/ikonotv_landing.scss @@ -14,13 +14,18 @@ .client--ikonotv.route--signup { background-color: #c40050; - button[type='submit'] { + .ascribe-btn-login { display: block; margin: 50px auto 0; width: auto; padding: 10px 30px; text-transform: uppercase; font-weight: bold; + width: 180px; + } + + .ascribe-btn-login-spinner { + background-color: #02b6a3; } .ascribe-form-header { @@ -78,6 +83,16 @@ .checkbox a { color: white !important; } + + .ascribe-login-text { + color: white; + text-align: center; + + a { + color: white; + text-decoration: underline; + } + } }