File tree Expand file tree Collapse file tree 1 file changed +23
-5
lines changed
Components/Forms/Slide-Login-Register-Form Expand file tree Collapse file tree 1 file changed +23
-5
lines changed Original file line number Diff line number Diff line change
1
+ * {
2
+ margin : 0 ;
3
+ padding : 0 ;
4
+ box-sizing : border-box;
5
+ }
6
+
7
+ body {
8
+ width : 100% ;
9
+ height : 100vh ;
10
+ display : flex;
11
+ flex-direction : column;
12
+ justify-content : center;
13
+ align-items : center;
14
+ }
15
+
1
16
.theme-switch {
2
17
--toggle-size : 15px ;
3
18
--container-width : 5.625em ;
18
33
--circle-transition : .3s cubic-bezier (0 , -0.02 , 0.35 , 1.17 );
19
34
display : flex;
20
35
justify-content : right;
36
+ position : absolute !important ;
37
+ right : 0px ;
38
+ top : 0px ;
21
39
}
22
40
23
41
.theme-switch ,
36
54
}
37
55
38
56
.theme-switch__container {
57
+ margin-top : -25px ;
39
58
width : var (--container-width );
40
59
height : var (--container-height );
41
60
background-color : var (--container-light-bg );
219
238
}
220
239
221
240
.main {
222
- position : relative;
223
- left : 600px ;
241
+ max-height : 470px ;
242
+ width : 350px ;
243
+ overflow : hidden;
244
+ border : 2px solid blue;
224
245
display : flex;
225
246
flex-direction : column;
226
247
background-color : # 240046 ;
227
- max-height : 500px ;
228
- max-width : 350px ;
229
- overflow : hidden;
230
248
border-radius : 12px ;
231
249
box-shadow : 7px 7px 10px 3px # 24004628 ;
232
250
}
You can’t perform that action at this time.
0 commit comments