mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-21 19:47:03 +00:00
webui: Renamed themes dir to ui
- Eliminated intermediate bootstrap dir
This commit is contained in:
9
ui/static/bower_components/bootstrap/less/mixins/background-variant.less
vendored
Normal file
9
ui/static/bower_components/bootstrap/less/mixins/background-variant.less
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// Contextual backgrounds
|
||||
|
||||
.bg-variant(@color) {
|
||||
background-color: @color;
|
||||
a&:hover,
|
||||
a&:focus {
|
||||
background-color: darken(@color, 10%);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user