mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-12 21:10:54 +00:00
Added bootstap and testing carousel
This commit is contained in:
12
_sass/bootstrap/mixins/_background-variant.scss
Normal file
12
_sass/bootstrap/mixins/_background-variant.scss
Normal file
@ -0,0 +1,12 @@
|
||||
// Contextual backgrounds
|
||||
|
||||
// [converter] $parent hack
|
||||
@mixin bg-variant($parent, $color) {
|
||||
#{$parent} {
|
||||
background-color: $color;
|
||||
}
|
||||
a#{$parent}:hover,
|
||||
a#{$parent}:focus {
|
||||
background-color: darken($color, 10%);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user