Commit 0cc1352 1 parent 7381068 commit 0cc1352 Copy full SHA for 0cc1352
File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 176
176
requestData () {
177
177
if (this .package === null || this .package === ' ' || this .package === ' undefined' ) {
178
178
this .showError = true
179
+ this .loading = false
179
180
return
180
181
}
181
182
this .resetState ()
195
196
.catch (err => {
196
197
this .errorMessage = err .response .data .error
197
198
this .showError = true
199
+ this .loading = false
198
200
})
199
201
},
200
202
validateDataRequest () {
259
261
260
262
.content {
261
263
background : color (ghost-white );
262
- min-height : calc (100vh - 180 px );
264
+ min-height : calc (100vh - 191 px );
263
265
}
264
266
265
267
.title {
288
290
padding : rem (100 ) 0 rem (20 ) 0 ;
289
291
margin : 0 auto ;
290
292
display : flex ;
291
- flex-direction : row ;
293
+ flex-direction : column ;
292
294
justify-content : center ;
293
295
align-items : center ;
296
+
297
+ @include media ($sm-up ) {
298
+ flex-direction : row ;
299
+ }
294
300
}
295
301
@include has (input) {
296
302
padding : rem (20 );
You can’t perform that action at this time.
0 commit comments