OSDN Git Service

new repo
[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 }