diff --git a/res/css/views/sso/TchapSSO.pcss b/res/css/views/sso/TchapSSO.pcss index e704d1c26..0ac687607 100644 --- a/res/css/views/sso/TchapSSO.pcss +++ b/res/css/views/sso/TchapSSO.pcss @@ -27,7 +27,7 @@ } .tc_ButtonProconnect { - background-color: #000091; + background-color: var(--accent); color: white !important; } diff --git a/res/welcome_sso.html b/res/welcome_sso.html index bb57ec0ff..154add723 100644 --- a/res/welcome_sso.html +++ b/res/welcome_sso.html @@ -119,22 +119,11 @@ font-size: 18px; } - .mx_Header_subtitle { - font-size: 12px; - font-weight: normal; - margin: 8px 0 0; - } - .tc_paragraph { margin-bottom: 40px; margin-top: 40px; } - .mx_ButtonSignIn { - background-color: #000091; - color: white !important; - } - .mx_ButtonCreateAccount { background-color: #0dbd8b; color: white !important; @@ -147,21 +136,6 @@ margin-bottom: 40px; } - .mx_Button_iconSignIn { - background-image: url("welcome/images/icon-sign-in.svg"); - } - - .mx_Button_iconCreateAccount { - background-image: url("welcome/images/icon-create-account.svg"); - } - - .mx_Button_iconHelp { - background-image: url("welcome/images/icon-help.svg"); - } - - .mx_Button_iconRoomDirectory { - background-image: url("welcome/images/icon-room-directory.svg"); - } footer.mx_AuthFooter { background: rgba(255, 255, 255, 1) !important; @@ -233,7 +207,7 @@ -ms-flex-align: center; align-items: center; border-radius: 4px; - width: 175px; + width: 200px; background-repeat: no-repeat; background-position: 10px center; text-decoration: none; @@ -273,11 +247,6 @@
- @@ -292,15 +261,6 @@

_t("Welcome to Tchap")

- -
_t("auth|sso|email_title")
@@ -315,7 +275,6 @@

_t("Welcome to Tchap")
_t("action|create_account")

-