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 19, 2021
1 parent c733963 commit 98b9ccb
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 98b9ccb

Please sign in to comment.