mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-18 22:30:01 +01:00
basic gh-pages deps
This commit is contained in:
8
node_modules/bootstrap/less/mixins/background-variant.less
generated
vendored
Normal file
8
node_modules/bootstrap/less/mixins/background-variant.less
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
// Contextual backgrounds
|
||||
|
||||
.bg-variant(@color) {
|
||||
background-color: @color;
|
||||
a&:hover {
|
||||
background-color: darken(@color, 10%);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user