File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -400,14 +400,14 @@ fieldset[disabled] .form-control {
400
400
position : absolute;
401
401
top : 0 ;
402
402
left : 0 ;
403
- width : calc ( 100% + 60 px ) ;
403
+ width : 100% ;
404
404
height : 100% ;
405
- margin : 0 -30 px ;
405
+ margin : 0 ;
406
406
background : rgba (255 , 255 , 255 , 0.6 );
407
407
-webkit-backdrop-filter : blur (4px );
408
408
backdrop-filter : blur (4px );
409
409
z-index : 1 ;
410
- padding : 30 px ;
410
+ padding : 0 ;
411
411
opacity : 0 ;
412
412
visibility : hidden;
413
413
-webkit-transition : all 0.3s ease-in-out;
@@ -1118,7 +1118,7 @@ input.fz-switch-toggle[type=checkbox]:checked:before{
1118
1118
/* FZ tab style end */
1119
1119
1120
1120
.upgrade-alert {
1121
- padding : 10px 10 px 10 px 10 px ;
1121
+ padding : 10px 0 ;
1122
1122
background : # 4268CF ;
1123
1123
text-align : center;
1124
1124
font-size : 14px ;
You can’t perform that action at this time.
0 commit comments