cloudhub-react-components
Version:
Various components to use in react projects
28 lines (26 loc) • 615 B
CSS
.ant-fullcalendar {
font-family: inherit;
}
.ant-calendar-picker-container {
font-family: inherit;
position: absolute;
z-index: 99999;
}
.ant-calendar-picker {
font-family: inherit;
}
.ant-calendar-header .ant-calendar-next-year-btn {
font-family: inherit;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
font-family: inherit;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
font-family: inherit;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
font-family: inherit;
}
.ant-calendar-range {
width: 680px;
}