width: 6rem;
height: 6rem;
padding: 1.5rem;
- color: #fff;
+ color: $white;
@include border-radius(25%);
box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
.bd-subnavbar {
- background-color: rgba(#fff, .75);
+ background-color: rgba($white, .75);
backdrop-filter: blur(1rem);
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .15);
padding: 1rem;
margin-right: 1rem;
margin-bottom: 1rem;
- background-color: #fff;
+ background-color: $white;
border: 1px solid rgba(0, 0, 0, .1);
@include border-radius(.25rem);
}