@import '../../styles-new/default.less';

// 基础样式
@financial-calendar-item-radius: @radius-xs;
@financial-calendar-item-background-color-default: @color-gray-7;
@financial-calendar-item-background-color-default-checked: @color-cold-gray-1;
@financial-calendar-item-background-color-increase: #FAEDED;
@financial-calendar-item-background-color-increase-checked: @color-info-1;
@financial-calendar-item-background-color-decrease: #E6F2EE;
@financial-calendar-item-background-color-decrease-checked: @color-info-5;
@financial-calendar-item-background-color: @color-fill-white;
@financial-calendar-item-background-color-disable: @color-fill-white;
@financial-calendar-item-background-color-today: @color-gray-7;
@financial-calendar-date-font-size: @font-size-l;
@financial-calendar-date-font-weight: @font-weight-bold;
@financial-calendar-date-color: @color-text-secondary ;
@financial-calendar-date-color-checked: @color-text-white;
@financial-calendar-date-color-disable: @color-text-placeholder ;
@financial-calendar-earnings-font-size: @font-size-xxs;
@financial-calendar-earnings-color-default: @color-cold-gray-1;
@financial-calendar-earnings-color-default-checked: @color-text-white;
@financial-calendar-earnings-color-increase: @color-info-1;
@financial-calendar-earnings-color-increase-checked: @color-text-white;
@financial-calendar-earnings-color-decrease: @color-info-5;
@financial-calendar-earnings-color-decrease-checked: @color-text-white;

//月历
@financial-calendar-date-item-height: 60px;
@financial-calendar-date-item-padding-horizontal: @spacing-none ;
@financial-calendar-date-week-font-size: @font-size-xs;
@financial-calendar-date-week-color: @color-text-tertiary;
@financial-calendar-date-font-size-today: @font-size-xxs ;
@financial-calendar-date-color-today: @color-text-tertiary;

// 年历
@financial-calendar-year-item-height: 56px;
@financial-calendar-year-item-padding-horizontal: @spacing-none;
