tahoma2d/stuff/config/qss/Default/less/base/mixins.less
Kite 8c766d58c3 Stylesheet Fixes (#1937)
* Stylesheet Fixes
2018-05-15 17:16:56 +09:00

25 lines
782 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;
}