tahoma2d/stuff/config/qss/Medium/less/base/mixins.less

26 lines
757 B
Text
Raw Normal View History

2020-05-24 15:33:36 +12:00
// -----------------------------------------------------------------------------
// 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;
}