mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
Use the $white
variable.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
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);
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
.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);
|
||||
|
||||
|
@@ -60,7 +60,7 @@
|
||||
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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user