Skip to content

Commit

Permalink
fix: improve scheme-container responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
pedoch committed Oct 20, 2023
1 parent 4e6866d commit 7001058
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/style/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,10 @@
{
display: flex;
align-items: flex-end;
justify-content: space-between;
flex-wrap: wrap;

gap: 10px;

> label
{
Expand All @@ -810,6 +814,27 @@
text-transform: uppercase;
}
}

/*
Target Authorize Button in schemes wrapper
This was added here to fix responsiveness issues with the authorize button
within the schemes wrapper without affecting other instances of it's usage
*/
.auth-wrapper
{
flex: none;
justify-content: none;

.authorize
{
padding-right: 20px;
margin: 0;

display: flex;

flex-wrap: nowrap;
}
}
}
}

Expand Down

0 comments on commit 7001058

Please sign in to comment.