]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - static/scss/bootstrap-4.0.0-alpha.6/scss/mixins/_background-variant.scss
Added Bootstrap 4.0.0-alpha 6, new images and mockups for the new layout.
[people/shoehn/ipfire.org.git] / static / scss / bootstrap-4.0.0-alpha.6 / scss / mixins / _background-variant.scss
1 // Contextual backgrounds
2
3 @mixin bg-variant($parent, $color) {
4 #{$parent} {
5 background-color: $color !important;
6 }
7 a#{$parent} {
8 @include hover-focus {
9 background-color: darken($color, 10%) !important;
10 }
11 }
12 }