| 1 |
.merchant-module-page-setting-fields { |
| 2 |
gap: 24px; |
| 3 |
} |
| 4 |
|
| 5 |
.merchant-module-page-setting-field { |
| 6 |
margin: 0; |
| 7 |
} |
| 8 |
|
| 9 |
.merchant-module-page-preview-browser-inner { |
| 10 |
padding: 15px; |
| 11 |
} |
| 12 |
|
| 13 |
.merchant-freespb-wrapper { |
| 14 |
padding: 30px; |
| 15 |
border-style: solid; |
| 16 |
border-width: 0; |
| 17 |
border-color: transparent; |
| 18 |
} |
| 19 |
.merchant-freespb-wrapper .merchant-freespb-text { |
| 20 |
color: #212121; |
| 21 |
text-align: center; |
| 22 |
margin-top: 0; |
| 23 |
margin-bottom: 20px !important; |
| 24 |
} |
| 25 |
.merchant-freespb-wrapper .merchant-freespb-progress-bar-wrapper .merchant-freespb-progress-bar { |
| 26 |
border-radius: 0 0 0 0; |
| 27 |
height: 10px; |
| 28 |
background-color: #757575; |
| 29 |
margin-left: auto; |
| 30 |
margin-right: auto; |
| 31 |
} |
| 32 |
.merchant-freespb-wrapper .merchant-freespb-progress-bar-wrapper .merchant-freespb-progress-bar .merchant-freespb-progress-bar-inner { |
| 33 |
border-radius: 0 0 0 0; |
| 34 |
height: 10px; |
| 35 |
background-color: #212121; |
| 36 |
} |