Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / build / bootstrap-less / mixins / labels.less
1 // Labels
2
3 .label-variant(@color) {
4   background-color: @color;
5
6   &[href] {
7     &:hover,
8     &:focus {
9       background-color: darken(@color, 10%);
10     }
11   }
12 }