]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use the `$white` variable.
authorXhmikosR <xhmikosr@gmail.com>
Sat, 31 Aug 2019 11:30:29 +0000 (14:30 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 6 Sep 2019 15:06:13 +0000 (18:06 +0300)
site/static/docs/4.3/assets/scss/_masthead.scss
site/static/docs/4.3/assets/scss/_subnav.scss
site/static/docs/4.3/assets/scss/docs.scss

index 71121746cd4ea2b71d4430dbc022463f9a88d1b2..b26da6fb0b6552af318559332e9d76730b609741 100644 (file)
@@ -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);
 
index 7f9696b2790c6bdf55cc99be9a97dfdcad933f2f..df192dcf30069736573f73da65d262f724399cfd 100644 (file)
@@ -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);
 
index 852bfb14557baf6234673b0600b133b5f490410e..38016fad125794ece87e87736bed5a176e0c7978 100644 (file)
@@ -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);
   }