tahoma2d/stuff/config/qss/Medium/less/base/mixins.less
2020-05-23 21:33:36 -06:00

25 lines
757 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
.hl-color() {
background-color: @hl-bg-color;
color: @hl-text-color;
}
// Calls the secondary selected object style
.hl-color-secondary() {
background-color: @hl-bg-color-secondary;
color: @hl-text-color-secondary;
}