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:
committed by
GitHub
parent
b788e772d4
commit
135db543e1
@@ -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;
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user