File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 4
4
background-color : getThemifyVariable (' background-color' );
5
5
}
6
6
min-height : 100% ;
7
+
8
+ @media (max-width : 770px ) {
9
+ .account-settings__header {
10
+ display : none ;
11
+ }
12
+ }
7
13
}
8
14
9
15
.account-settings {
24
30
25
31
.account__social-stack {
26
32
display : flex ;
33
+ @media (max-width : 770px ) {
34
+ flex-direction : column ;
35
+ align-items : center ;
36
+ gap : #{15 / $base-font-size } rem;
37
+
38
+ button , a {
39
+ width : 100% !important ;
40
+ margin-right : 0 ;
41
+ }
42
+ }
27
43
}
28
44
29
45
.account__social-stack > * {
Original file line number Diff line number Diff line change 29
29
30
30
.form-container__content {
31
31
height : 100% ;
32
+ max-width : 90vw ;
32
33
display : flex ;
33
34
flex-direction : column ;
34
35
justify-content : center ;
59
60
60
61
.form-container__divider {
61
62
padding : #{20 / $base-font-size } rem 0 ;
63
+
64
+ @media (max-width : 770px ) {
65
+ text-align : center ;
66
+ }
62
67
}
63
68
64
69
.form-container__logo-button {
Original file line number Diff line number Diff line change 56
56
}
57
57
58
58
.form__input {
59
- max -width : 90 vw ;
60
- width : #{ 360 / $base-font-size } rem ;
59
+ min -width : #{ 355 / $base-font-size } rem ;
60
+ width : 100 % ;
61
61
height : #{40 / $base-font-size } rem;
62
62
font-size : #{16 / $base-font-size } rem;
63
63
@include themify () {
64
64
color : getThemifyVariable (" form-input-text-color" );
65
65
background-color : getThemifyVariable (" input-background-color" );
66
66
}
67
+
68
+ @media (max-width : 770px ) {
69
+ max-width : 100% ;
70
+ width :100% ;
71
+ }
67
72
}
68
73
69
74
.form__input-flexible-height {
You can’t perform that action at this time.
0 commit comments