legendary-doc-site/assets/semantic-ui/themes/default/modules/calendar.variables

19 lines
547 B
Text
Raw Normal View History

2020-07-03 23:22:25 +00:00
/*******************************
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;