Blame stuff/config/qss/Default/less/base/mixins.less
|
Kite |
8c766d |
// -----------------------------------------------------------------------------
|
|
Kite |
8c766d |
// Mixins & Functions
|
|
Kite |
8c766d |
// -----------------------------------------------------------------------------
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
// Common Typography
|
|
Kite |
8c766d |
// -----------------------------------------------------------------------------
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
// Calls the code font
|
|
Kite |
8c766d |
.text-code() {
|
|
Kite |
8c766d |
font-family: 'Courier New', monospace;
|
|
Kite |
8c766d |
}
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
// Selected Objects and Hover States
|
|
Kite |
8c766d |
// -----------------------------------------------------------------------------
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
// Calls the primary selected object style
|
|
Kite |
8c766d |
.hl-color() {
|
|
Kite |
8c766d |
background-color: @hl-bg-color;
|
|
Kite |
8c766d |
color: @hl-text-color;
|
|
Kite |
8c766d |
}
|
|
Kite |
8c766d |
// Calls the secondary selected object style
|
|
Kite |
8c766d |
.hl-color-secondary() {
|
|
Kite |
8c766d |
background-color: @hl-bg-color-secondary;
|
|
Kite |
8c766d |
color: @hl-text-color-secondary;
|
|
Kite |
8c766d |
}
|