Skip to content

Commit

Permalink
Make directory page transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanage999 committed Mar 25, 2021
1 parent 5363463 commit 38c2b6f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/javascript/styles/crazynewworld/transparent_background.scss
Expand Up @@ -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 {
Expand Down

0 comments on commit 38c2b6f

Please sign in to comment.