]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - static/scss/bootstrap-4.0.0-alpha.6/scss/_custom.scss
box shadows on buttons
[people/shoehn/ipfire.org.git] / static / scss / bootstrap-4.0.0-alpha.6 / scss / _custom.scss
index cd898711387e051e45cb0efcab7f2b190b622f46..7446ce3fc7f6364c06b79977218ce73966897cb8 100755 (executable)
@@ -69,6 +69,8 @@ $border-width: 2px;
 // Links
 
 $link-color:            $red_900;
+$link-hover-color:      darken($link-color, 15%);
+$link-hover-decoration: none;
 
 // Grid
 
@@ -109,9 +111,9 @@ $btn-padding-x:                  1rem;
 $btn-padding-y:                  .5rem !default;
 $btn-line-height:                1.25 !default;
 $btn-font-weight:                $font-weight-normal !default;
-$btn-box-shadow:                 inset 0 1px 0 rgba($white,.15), 0 1px 1px rgba($black,.075) !default;
-$btn-focus-box-shadow:           0 0 0 2px rgba($brand-primary, .25) !default;
-$btn-active-box-shadow:          inset 0 3px 5px rgba($black,.125) !default;
+$btn-box-shadow:                 none;
+$btn-focus-box-shadow:           none;
+$btn-active-box-shadow:          none;
 
 $btn-primary-bg:                 $red_900;
 $btn-primary-border:             $red_900;
@@ -138,7 +140,15 @@ $btn-danger-border:              $btn-danger-bg !default;
 
 $btn-red900-color:                              $white !important;
 $btn-red900-bg:                                         $red_900;
-$btn-red900-border:                             $btn-red900-bg;        
+$btn-red900-border:                             $btn-red900-bg;
+
+$btn-white-color:                               $red_900;
+$btn-white-bg:                                  $white;
+$btn-white-border:                              $btn-white-bg;
+
+$btn-bluegrey900-color:                         $white;
+$btn-bluegrey900-bg:                    $blue_grey_900;
+$btn-bluegrey900-border:                $btn-bluegrey900-bg;
 
 $btn-link-disabled-color:        $gray-light !default;