1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-19 03:30:20 +02:00
searxng/searx/static/less/bootstrap/mixins/labels.less

13 lines
163 B
Plaintext
Raw Normal View History

// Labels
.label-variant(@color) {
background-color: @color;
&[href] {
&:hover,
&:focus {
background-color: darken(@color, 10%);
}
}
}