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

23 lines
666 B
Text
Raw Normal View History

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