Increase border-radius on auth pages (#31333)

* Increase border-radius on auth pages

Bring this into line with some of the other radii in the app

* Update snapshots

* Update playwright snapshots
This commit is contained in:
Richard van der Hoff
2025-11-25 18:58:49 +00:00
committed by GitHub
parent b788e772d4
commit 135db543e1
11 changed files with 8 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ Please see LICENSE files in the repository root for full details.
font-size: $font-12px;
color: $authpage-secondary-color;
background-color: $background;
border-radius: 0 4px 4px 0;
border-radius: 0 var(--cpd-space-6x) var(--cpd-space-6x) 0;
padding: 25px 60px;
box-sizing: border-box;

View File

@@ -18,7 +18,7 @@ Please see LICENSE files in the repository root for full details.
.mx_AuthPage_modal {
display: flex;
margin: 100px auto auto;
border-radius: 4px;
border-radius: var(--cpd-space-6x);
background-color: $authpage-modal-bg-color;
@media only screen and (max-height: 768px) {