|
@@ -807,10 +807,11 @@ export default {
|
|
|
right: 0;
|
|
|
left: 0;
|
|
|
z-index: 999;
|
|
|
- padding: 30px;
|
|
|
+ padding: 30px 30px 0 30px;
|
|
|
box-shadow: 0px 13px 33px 0px rgba(190, 187, 187, 0.2);
|
|
|
.btnpb {
|
|
|
width: 100%;
|
|
|
+ padding-bottom: 30px;
|
|
|
padding-bottom: constant(safe-area-inset-bottom);
|
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
|
}
|
|
@@ -823,7 +824,6 @@ export default {
|
|
|
border-radius: 45px;
|
|
|
font-size: 34px;
|
|
|
font-weight: 400;
|
|
|
- margin-bottom: 30px;
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
}
|