File tree 1 file changed +21
-15
lines changed
1 file changed +21
-15
lines changed Original file line number Diff line number Diff line change 15
15
z-index : 2 ;
16
16
top : 50% ;
17
17
left : 51% ;
18
- transform : translate (-50% , -50% );
18
+ transform : translate (-50% , -50% );
19
19
}
20
20
21
21
.light-logo {
51
51
}
52
52
53
53
.profile-picture-navbar {
54
- width : 2.5rem ;
55
- height : 100% ;
56
- border-radius : 50% ;
54
+ width : 2.5rem ;
55
+ height : 100% ;
56
+ border-radius : 50% ;
57
57
display : block;
58
58
}
59
59
104
104
display : none;
105
105
}
106
106
107
- .light-logo {
107
+ .light-logo {
108
108
transform : scale (0.9 );
109
109
}
110
110
}
131
131
}
132
132
133
133
.reg-button {
134
- /* text-gray-950 bg-white px-6 py-2 rounded shadow-[3px_3px_0_3px_#707070] */
135
- color : # 080808 ;
136
- background-color : # fff ;
137
- padding-left : 1.5rem ;
138
- padding-right : 1.5rem ;
139
- padding-top : 0.5rem ;
140
- padding-bottom : 0.5rem ;
141
- border-radius : 5px ;
142
- box-shadow : 4px 4px # 6a6a6a ;
134
+ background : # fff ;
135
+ color : # 0a0a19 ;
136
+ transition : background-color 200ms ;
137
+ border : none;
138
+ font-size : 1rem ;
139
+ font-weight : 500 ;
140
+ padding : 1rem 1.5rem ;
141
+ border-radius : 50px ;
143
142
cursor : pointer;
143
+ transition : 0.2s ;
144
+ box-shadow : 0 0 10px 0px rgba (255 , 255 , 255 , .2 );
145
+ }
146
+
147
+ .reg-button : hover {
148
+ color : # 393939 ;
149
+ box-shadow : 0 5px 10px 1px rgba (255 , 255 , 255 , .2 );
144
150
}
145
151
146
152
.container {
271
277
color : rgba (245 , 169 , 68 , 0.6 );
272
278
bottom : 15% ;
273
279
left : -2% ;
274
- }
280
+ }
You can’t perform that action at this time.
0 commit comments