@sc-360-v2/storefront-cms-library 0.3.81 → 0.3.82

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.
@@ -176,11 +176,11 @@ $button-padding: 6px 12px;
176
176
 
177
177
  .option {
178
178
  display: flex;
179
- align-items: center;
179
+ align-items: start;
180
180
  padding: 8px $spacing-md;
181
181
  cursor: pointer;
182
182
  font-size: $font-size;
183
- min-height: 48px;
183
+ // min-height: 48px;
184
184
  border-radius: 4px;
185
185
 
186
186
  &.disabled {
@@ -215,6 +215,7 @@ $button-padding: 6px 12px;
215
215
  width: auto;
216
216
  cursor: pointer;
217
217
  accent-color: var(--_primary-400);
218
+ margin-top: 5px;
218
219
  }
219
220
 
220
221
  input[type="radio"] {
@@ -33,14 +33,14 @@
33
33
  border-color: var(--_primary-400);
34
34
 
35
35
  &::after {
36
- content: "";
37
- position: absolute;
38
- top: 50%;
39
- left: 50%;
40
- width: 8px;
41
- height: 2px;
42
- background: white;
43
- transform: translate(-50%, -50%);
36
+ content: "" !important;
37
+ position: absolute !important;
38
+ top: 50% !important;
39
+ left: 50% !important;
40
+ width: 8px !important;
41
+ height: 1px !important;
42
+ background: white !important;
43
+ transform: translate(-50%, -50%) !important;
44
44
  }
45
45
  }
46
46
  }