tahoma2d/stuff/config/qss/Default/less/base/mixins.less
Kite 799aa37718 Theme Update
Updates the themes.
2017-08-28 19:40:43 +01:00

25 lines
789 B
Text

// -----------------------------------------------------------------------------
// Mixins & Functions
// -----------------------------------------------------------------------------
// Common Typography
// -----------------------------------------------------------------------------
// Calls the code font
.text-code() {
font-family: 'Courier New', monospace;
}
// Selected Objects and Hover States
// -----------------------------------------------------------------------------
// Calls the primary selected object style
.selected-primary() {
background-color: @selected-bg-color;
color: @selected-text-color;
}
// Calls the secondary selected object style
.selected-secondary() {
background-color: @selected-bg-color-secondary;
color: @selected-text-color-secondary;
}