mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-12 19:00:55 +00:00
Added bootstap and testing carousel
This commit is contained in:
12
_sass/bootstrap/mixins/_labels.scss
Normal file
12
_sass/bootstrap/mixins/_labels.scss
Normal file
@ -0,0 +1,12 @@
|
||||
// Labels
|
||||
|
||||
@mixin label-variant($color) {
|
||||
background-color: $color;
|
||||
|
||||
&[href] {
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: darken($color, 10%);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user