File tree Expand file tree Collapse file tree 2 files changed +15
-16
lines changed
src/shared/components/Settings/Account/Security Expand file tree Collapse file tree 2 files changed +15
-16
lines changed Original file line number Diff line number Diff line change 17
17
.container {
18
18
background : #fff ;
19
19
position : fixed ;
20
- width : 90% ;
21
- max-width : 1000px ;
20
+ width : 1000px ;
22
21
height : 752px ;
23
22
max-height : 99% ;
24
23
top : 50% ;
Original file line number Diff line number Diff line change 8
8
padding : $pad-xxxxl ;
9
9
background-color : $color-tc-white ;
10
10
border-radius : 4px ;
11
- gap : 32px ;
12
11
13
- @include upto-sm {
12
+ @media ( max-width : #{ $screen-md - 1 px } ) {
14
13
padding : 26px 16px ;
15
- gap : 24px ;
16
14
}
17
15
18
16
.security-title {
33
31
padding : $pad-lg ;
34
32
border : 1px solid $color-black-20 ;
35
33
border-radius : 8px ;
36
- gap : 16px ;
37
34
width : 100% ;
35
+ margin-top : 32px ;
38
36
39
- @include upto-sm {
40
- gap : 8px ;
37
+ @media (max-width : #{$screen-md - 1px } ) {
41
38
flex-direction : column ;
42
39
align-items : flex-start ;
40
+ margin-top : 24px ;
43
41
}
44
42
45
43
.icon-wrapper {
51
49
height : 74px ;
52
50
background : $color-black-5 ;
53
51
border-radius : 4px ;
52
+ margin-right : 16px ;
54
53
55
- @include upto-sm {
54
+ @media ( max-width : #{ $screen-md - 1 px } ) {
56
55
align-self : flex-start ;
56
+ margin-bottom : 8px ;
57
57
}
58
58
59
59
img {
66
66
flex-direction : column ;
67
67
flex : 1 ;
68
68
69
- @include upto-sm {
70
- gap : 8px ;
71
- }
72
-
73
69
.info-first-line {
74
70
@include roboto-regular ;
75
71
79
75
letter-spacing : 0.5px ;
80
76
text-transform : capitalize ;
81
77
color : $tco-black ;
78
+
79
+ @media (max-width : #{$screen-md - 1px } ) {
80
+ margin-bottom : 8px ;
81
+ }
82
82
}
83
83
84
84
.info-second-line {
93
93
display : none ;
94
94
}
95
95
96
- @include upto-sm {
96
+ @media ( max-width : #{ $screen-md - 1 px } ) {
97
97
padding-right : 0 ;
98
98
99
99
& .dice-info {
108
108
}
109
109
110
110
.on-off-switch {
111
- @include upto-sm {
111
+ @media ( max-width : #{ $screen-md - 1 px } ) {
112
112
display : block ;
113
113
position : absolute ;
114
114
align-self : flex-end ;
146
146
pointer-events : none ;
147
147
}
148
148
149
- @include upto-sm {
149
+ @media ( max-width : #{ $screen-md - 1 px } ) {
150
150
display : none ;
151
151
}
152
152
}
You can’t perform that action at this time.
0 commit comments