15295036569
2023-06-12 6bc6f63c8c7ef55c2d9d78ccc8917c87f8cd9101
1
2
3
4
5
6
7
8
9
// Contextual backgrounds
 
.bg-variant(@color) {
  background-color: @color;
  a&:hover,
  a&:focus {
    background-color: darken(@color, 10%);
  }
}