Skip to content

Commit d6fc805

Browse files
committed
Make grass and safety action modal transparent
1 parent 34013d0 commit d6fc805

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

app/javascript/styles/crazynewworld/transparent_background.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
background: rgba(9, 9, 12, 0.7);
5757
}
5858

59+
.with-zig-zag-decoration:after {
60+
background-color: rgba(0,0,0,0);
61+
}
62+
5963
/* モーダル等 */
6064

6165
.ui__navigation-bar,
@@ -70,6 +74,11 @@
7074
backdrop-filter: var(--background-filter-dark);
7175
}
7276

77+
.safety-action-modal__top,
78+
.safety-action-modal__bottom {
79+
background: none;
80+
}
81+
7382
.search.active .search__popout {
7483
background: var(--color-bg-overlay);
7584
}

app/javascript/styles/crazynewworld/transparent_background_dark.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161
backdrop-filter: var(--background-filter-darker);
6262
}
6363

64+
.with-zig-zag-decoration:after {
65+
background-color: rgba(0, 0, 0, 0);
66+
}
67+
6468
/* モーダル等 */
6569

6670
.ui__navigation-bar,
@@ -75,6 +79,11 @@
7579
backdrop-filter: var(--background-filter-dark);
7680
}
7781

82+
.safety-action-modal__top,
83+
.safety-action-modal__bottom {
84+
background: none;
85+
}
86+
7887
.search.active .search__popout {
7988
background: var(--color-bg-overlay);
8089
}

0 commit comments

Comments
 (0)