@sc-360-v2/storefront-cms-library 0.4.9 → 0.4.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/checkout.scss +10 -0
- package/dist/icons.js +1 -1
- package/dist/index.js +1 -1
- package/dist/user-elements.scss +19 -18
- package/package.json +1 -1
package/dist/checkout.scss
CHANGED
|
@@ -5353,6 +5353,16 @@ $dark-color: #343a40;
|
|
|
5353
5353
|
width: 500px;
|
|
5354
5354
|
.chk_form_field {
|
|
5355
5355
|
width: 100%;
|
|
5356
|
+
.est__dropdown__button {
|
|
5357
|
+
width: 100%;
|
|
5358
|
+
display: flex;
|
|
5359
|
+
justify-content: space-between;
|
|
5360
|
+
.value__selected {
|
|
5361
|
+
justify-content: flex-start;
|
|
5362
|
+
align-items: center;
|
|
5363
|
+
display: flex;
|
|
5364
|
+
}
|
|
5365
|
+
}
|
|
5356
5366
|
&.expiry_details {
|
|
5357
5367
|
width: 80px;
|
|
5358
5368
|
}
|