Skip to content

Commit

Permalink
Darken shadow below dropdown and tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
lujanfernaud committed Aug 8, 2018
1 parent 0e2aa7d commit 75fc87b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/abstracts/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@
@mixin background-gradient {
background: linear-gradient(rgba(75, 12, 178, 0.0095), rgba(75, 12, 178, 0.032));
}

@mixin floating-shadow {
box-shadow: 0 3px 10px rgba(27,31,35,0.2);
}
4 changes: 2 additions & 2 deletions app/assets/stylesheets/vendor-modifications/_bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@


.dropdown-menu {
box-shadow: 0 3px 10px rgba(27,31,35,0.15);
border-radius: $box-radius;
@include floating-shadow;
}

.dropdown-item {
Expand Down Expand Up @@ -198,7 +198,7 @@ input[type="radio"] {
width: inherit;
background-color: $primary-darker;
border-radius: $box-radius;
box-shadow: 0 3px 10px rgba(27,31,35,0.15);
@include floating-shadow;

@include media-breakpoint-up(md) {
max-width: 700px;
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file not shown.

0 comments on commit 75fc87b

Please sign in to comment.