From dd965653d6fa0c07023c8be585bbca194b2bfbfd Mon Sep 17 00:00:00 2001 From: vrde Date: Fri, 18 Sep 2015 16:00:39 +0200 Subject: [PATCH] Add style to loading button --- .../wallet/ikonotv/ikonotv_landing.scss | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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; + } + } }