META-INF.resources.livelog.jslib.bootstrap.less.mixins.labels.less Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of livelog Show documentation
Show all versions of livelog Show documentation
LiveLog - Log Viewer for JEE apps using web-fragments
// Labels
.label-variant(@color) {
background-color: @color;
&[href] {
&:hover,
&:focus {
background-color: darken(@color, 10%);
}
}
}