mirror of
https://github.com/jcreek/AssessmentAnalyser.git
synced 2026-07-13 02:43:49 +00:00
10 lines
151 B
Plaintext
Executable File
10 lines
151 B
Plaintext
Executable File
// Contextual backgrounds
|
|
|
|
.bg-variant(@color) {
|
|
background-color: @color;
|
|
a&:hover,
|
|
a&:focus {
|
|
background-color: darken(@color, 10%);
|
|
}
|
|
}
|