From 38c2b6f3ea1c22f45ad8208a82c5f85f8c66b03a Mon Sep 17 00:00:00 2001 From: Hanage999 Date: Sat, 15 Aug 2020 08:22:00 +0900 Subject: [PATCH] Make directory page transparent --- .../crazynewworld/transparent_background.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/javascript/styles/crazynewworld/transparent_background.scss b/app/javascript/styles/crazynewworld/transparent_background.scss index a35d6483b281a9..4a98e9463f9abc 100644 --- a/app/javascript/styles/crazynewworld/transparent_background.scss +++ b/app/javascript/styles/crazynewworld/transparent_background.scss @@ -502,6 +502,19 @@ body { background-color: rgba(darken($ui-base-color, 15%), 0.7); } } + + &__card { + &__extra { + background-color: rgba(darken($ui-base-color, 8%), 0.7); + } + &__bar { + background-color: rgba(darken($ui-base-color, 15%), 0.7); + } + } +} + +.filter-form { + background-color: rgba(darken($ui-base-color, 8%), 0.7); } .nothing-here {