5
5
padding : 1rem ;
6
6
margin-bottom : 1.25rem ;
7
7
color : # ffffff ;
8
- background : # 2A2A2A ;
8
+ background : # 2a2a2a ;
9
9
border : 0.0625rem solid # 404040 ;
10
10
}
11
11
12
12
.app-info-form-container {
13
- background : # 2A2A2A ;
13
+ background : # 2a2a2a ;
14
14
border : 0.0625rem solid # 404040 ;
15
15
color : white;
16
16
border-radius : 0.375rem ;
77
77
font-size : 0.875rem ;
78
78
border : 0.0625rem solid # 404040 ;
79
79
pointer-events : none;
80
- transition : opacity .2s ease-out, transform .2s ease-out;
80
+ transition : opacity 0 .2s ease-out, transform 0 .2s ease-out;
81
81
opacity : 0 ;
82
82
}
83
83
90
90
transform : translateX (-50% ) translateY (0rem );
91
91
}
92
92
93
- .app-info-form-explanation ::before , .app-info-form-explanation ::after {
94
- content : "" ;
93
+ .app-info-form-explanation ::before ,
94
+ .app-info-form-explanation ::after {
95
+ content : '' ;
95
96
display : block;
96
97
background-color : # 363636 ;
97
98
position : absolute;
163
164
color : rgb (255 , 255 , 255 );
164
165
box-shadow : 0px 0px 0px 0px transparent;
165
166
outline : none;
166
- transition : border .15s , box-shadow .15s ;
167
+ transition : border 0 .15s , box-shadow 0 .15s ;
167
168
padding : 8px 20px ;
168
169
font-family : Roboto;
169
170
}
170
171
171
- .app-info-form-field-input : focus {
172
+ .app-info-form-field-input : focus {
172
173
border-color : rgb (255 , 153 , 51 );
173
174
box-shadow : 0px 0px 3px 1px rgb (255 , 153 , 51 , 0.8 );
174
175
}
175
176
176
- .app-info-form-field-input ::placeholder , .app-info-form-field-input : -ms-input-placeholder , .app-info-form-field-input ::-ms-input-placeholder {
177
+ .app-info-form-field-input ::placeholder ,
178
+ .app-info-form-field-input : -ms-input-placeholder ,
179
+ .app-info-form-field-input ::-ms-input-placeholder {
177
180
color : rgb (90 , 90 , 90 );
178
181
}
179
182
180
183
input .app-info-form-field-input : focus ::placeholder {
181
184
color : transparent;
182
185
}
183
- .app-info-form-field-input : focus : -ms-input-placeholder {
186
+ .app-info-form-field-input : focus : -ms-input-placeholder {
184
187
color : transparent;
185
188
}
186
189
.app-info-form-field-input : focus ::-ms-input-placeholder {
@@ -199,7 +202,7 @@ input.app-info-form-field-input:focus::placeholder {
199
202
}
200
203
201
204
.app-info-form-question .app-info-form-label {
202
- margin-bottom : .3125rem ;
205
+ margin-bottom : 0 .3125rem ;
203
206
margin-right : 0rem ;
204
207
}
205
208
@@ -210,4 +213,7 @@ input.app-info-form-field-input:focus::placeholder {
210
213
.app-info-form-field-container {
211
214
max-width : 100% ;
212
215
}
213
- }
216
+ }
217
+ span .nextjs-api-route-text {
218
+ color : white !important ;
219
+ }
0 commit comments