1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-20 20:10:44 +02:00
searxng/searx/static/oscar/less/bootstrap/mixins/labels.less
2014-10-05 14:40:47 +02:00

13 lines
163 B
Plaintext

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