diff options
Diffstat (limited to 'static/website/bootstrap-css/bower_components/bootstrap/less/mixins/background-variant.less')
-rw-r--r-- | static/website/bootstrap-css/bower_components/bootstrap/less/mixins/background-variant.less | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/website/bootstrap-css/bower_components/bootstrap/less/mixins/background-variant.less b/static/website/bootstrap-css/bower_components/bootstrap/less/mixins/background-variant.less new file mode 100644 index 0000000..a85c22b --- /dev/null +++ b/static/website/bootstrap-css/bower_components/bootstrap/less/mixins/background-variant.less @@ -0,0 +1,9 @@ +// Contextual backgrounds + +.bg-variant(@color) { + background-color: @color; + a&:hover, + a&:focus { + background-color: darken(@color, 10%); + } +} |