1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,12 @@ |
1 |
+#iso_mod_checkout_payment, #iso_mod_checkout_shipping { |
|
2 |
+ .widget-radio { |
|
3 |
+ span.note { |
|
4 |
+ //@extend .alert, .bg-primary; |
|
5 |
+ display: block; |
|
6 |
+ margin-top: .75rem; |
|
7 |
+ padding: .35rem .75rem; |
|
8 |
+ color: var(--bs-body-color-inverse); |
|
9 |
+ @include font-size(14px); |
|
10 |
+ } |
|
11 |
+ } |
|
12 |
+} |
|
0 | 13 |
\ No newline at end of file |