Merge commit 'e7e2f15be55d8dc1be4904b58309f8bf448ff713' as 'external/fmt'
This commit is contained in:
12
external/fmt/doc/bootstrap/mixins/labels.less
vendored
Normal file
12
external/fmt/doc/bootstrap/mixins/labels.less
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
// Labels
|
||||
|
||||
.label-variant(@color) {
|
||||
background-color: @color;
|
||||
|
||||
&[href] {
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: darken(@color, 10%);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user