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