OSDN Git Service

a85c22b745302f42c8282c0f9b7dce8a2f1384d7
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / 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 }