Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 0df3841

Browse files
committed
fix(login): mas continue button using new styling
This reverts the 'continue' button to use the original SSO button style.
1 parent 2622697 commit 0df3841

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

res/css/views/auth/_AuthBody.pcss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,14 @@ Please see LICENSE files in the repository root for full details.
129129
background-color: $authpage-focus-bg-color;
130130
}
131131
}
132+
133+
/* elecord, login button uses original sso button style */
134+
.mx_AccessibleButton.mx_Login_fullWidthButton {
135+
background-color: var(--cpd-color-text-action-accent);
136+
border-color: var(--cpd-color-text-action-accent);
137+
border-radius: 8px;
138+
width: -webkit-fill-available;
139+
}
132140
}
133141

134142
/* specialisation for password reset views */

0 commit comments

Comments
 (0)