Skip to content

Commit 479d39d

Browse files
committed
commit
1 parent 8ccd26d commit 479d39d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

scss/partials/dark-mode.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ body.dark-mode {
331331
color: $color-almostwhite;
332332
}
333333

334+
#shipping_methods,
334335
#payment_methods {
335336
.ui-widget-content {
336337
color: $color-almostwhite;

scss/site.scss

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,4 +242,19 @@ ul.breadcrumbs {
242242
.gallery {
243243
max-width: 100%;
244244
overflow: scroll;
245-
}
245+
}
246+
247+
.frontend-page {
248+
#shipping_methods,
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

Comments
 (0)