legendary-doc-site/assets/semantic-ui/themes/default/modules/calendar.variables
2020-07-03 18:22:25 -05:00

18 lines
547 B
Text

/*******************************
Calendar
*******************************/
@focusBoxShadow: inset 0 0 0 1px @focusedFormBorderColor;
@focusInvertedBoxShadow: inset 0 0 0 1px @focusedFormBorderColor;
@todayFontWeight: bold;
@rangeBackground: @transparentBlack;
@rangeTextColor: @selectedTextColor;
@rangeBoxShadow: none;
@rangeInvertedBackground: @transparentWhite;
@rangeInvertedTextColor: @invertedSelectedTextColor;
@rangeInvertedBoxShadow: none;
@adjacentTextColor: @mutedTextColor;
@adjacentBackground: @subtleTransparentBlack;