Skip to content

Commit 63aa7ad

Browse files
authored
Accessibility: Easier to access Authorization (#10692)
1 parent d02a2df commit 63aa7ad

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

src/style/_layout.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,10 @@
682682

683683
.scheme-container {
684684
margin: 0 0 20px 0;
685-
padding: 30px 0;
685+
padding: 15px 0;
686+
position: sticky;
687+
top: 0;
688+
z-index: 1;
686689

687690
background: $scheme-container-background-color;
688691
box-shadow: 0 1px 2px 0 rgba($scheme-container-box-shadow-color, 0.15);
@@ -711,7 +714,8 @@
711714
font-weight: bold;
712715

713716
display: flex;
714-
flex-direction: column;
717+
align-items: center;
718+
column-gap: 10px;
715719

716720
margin: -20px 15px 0 0;
717721

src/style/_modal.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
bottom: 0;
1717
left: 0;
1818

19-
background: rgba($dialog-ux-backdrop-background-color, 0.8);
19+
background: rgba($dialog-ux-backdrop-background-color, 0.5);
2020
}
2121

2222
.modal-ux {

0 commit comments

Comments
 (0)