We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ccd26d commit 479d39dCopy full SHA for 479d39d
scss/partials/dark-mode.scss
@@ -331,6 +331,7 @@ body.dark-mode {
331
color: $color-almostwhite;
332
}
333
334
+ #shipping_methods,
335
#payment_methods {
336
.ui-widget-content {
337
scss/site.scss
@@ -242,4 +242,19 @@ ul.breadcrumbs {
242
.gallery {
243
max-width: 100%;
244
overflow: scroll;
245
-}
+}
246
+
247
+.frontend-page {
248
249
+ #payment_methods {
250
+ .ui-accordion-header {
251
+ &.ui-state-active {
252
+ &::before {
253
+ display: inline-block;
254
+ content: " ✓ ";
255
+ font-size: 1.2rem;
256
+ }
257
258
259
260
0 commit comments