Mercurial > nebulaweb3
comparison default/assets/scss/vendors/bootstrap/mixins/_background-variant.scss @ 0:1d038bc9b3d2 default tip
Up:default
author | Liny <dev@neowd.com> |
---|---|
date | Sat, 31 May 2025 09:21:51 +0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1d038bc9b3d2 |
---|---|
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 } |