mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-08-13 06:45:27 -04:00
Update Site Template
This commit is contained in:
parent
8c3318daf0
commit
b15c6f7501
100 changed files with 11992 additions and 25 deletions
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%);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue