Recommend this page to a friend! |
Classes of Abed Nego Ragil Putra | > | Giga CMS | > | theme/sass/bootstrap/mixins/_labels.scss | > | Download |
|
|
![]() |
// Labels @mixin label-variant($color) { background-color: $color; &[href] { &:hover, &:focus { background-color: darken($color, 10%); } } } |