mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-09-20 20:24:36 -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/_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%);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue