We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9400d5 commit 6524fe4Copy full SHA for 6524fe4
src/style/_layout.scss
@@ -790,6 +790,10 @@
790
{
791
display: flex;
792
align-items: flex-end;
793
+ justify-content: space-between;
794
+ flex-wrap: wrap;
795
+
796
+ gap: 10px;
797
798
> label
799
@@ -810,6 +814,27 @@
810
814
text-transform: uppercase;
811
815
}
812
816
817
818
+ /*
819
+ Target Authorize Button in schemes wrapper
820
+ This was added here to fix responsiveness issues with the authorize button
821
+ within the schemes wrapper without affecting other instances of it's usage
822
+ */
823
+ .auth-wrapper
824
+ {
825
+ flex: none;
826
+ justify-content: none;
827
828
+ .authorize
829
830
+ padding-right: 20px;
831
+ margin: 0;
832
833
+ display: flex;
834
835
+ flex-wrap: nowrap;
836
+ }
837
813
838
839
840
0 commit comments