0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-02 14:24:19 +01:00

Use the $white variable.

This commit is contained in:
XhmikosR 2019-08-31 14:30:29 +03:00
parent b6b96c174b
commit c6ac6365e5
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@
width: 6rem; width: 6rem;
height: 6rem; height: 6rem;
padding: 1.5rem; padding: 1.5rem;
color: #fff; color: $white;
@include border-radius(25%); @include border-radius(25%);
box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15); box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);

View File

@ -1,5 +1,5 @@
.bd-subnavbar { .bd-subnavbar {
background-color: rgba(#fff, .75); background-color: rgba($white, .75);
backdrop-filter: blur(1rem); backdrop-filter: blur(1rem);
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .15); box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .15);

View File

@ -60,7 +60,7 @@
padding: 1rem; padding: 1rem;
margin-right: 1rem; margin-right: 1rem;
margin-bottom: 1rem; margin-bottom: 1rem;
background-color: #fff; background-color: $white;
border: 1px solid rgba(0, 0, 0, .1); border: 1px solid rgba(0, 0, 0, .1);
@include border-radius(.25rem); @include border-radius(.25rem);
} }