UNPKG

@spaced-out/ui-design-system

Version:
96 lines (80 loc) 1.64 kB
@value ( size180, size580, sizeFluid ) from '../../styles/variables/_size.css'; @value ( spaceNone, spaceSmall, spaceXSmall, spaceMedium ) from '../../styles/variables/_space.css'; @value (borderRadiusMedium) from '../../styles/variables/_border.css'; @value (colorBackgroundPrimary) from '../../styles/variables/_color.css'; .dateRangeWrapper { display: flex; width: size580; } .cardHeader { width: sizeFluid; padding: spaceXSmall; gap: spaceSmall; background-color: colorBackgroundPrimary; border-top-left-radius: borderRadiusMedium; border-top-right-radius: borderRadiusMedium; } .cardFooter { background-color: colorBackgroundPrimary; border-bottom-left-radius: borderRadiusMedium; border-bottom-right-radius: borderRadiusMedium; } .calendarHeader { display: flex; align-items: center; gap: spaceXSmall; } .divider { height: sizeFluid; width: spaceNone; composes: borderRightPrimary from '../../styles/border.module.css'; } .dateRangeCalendars { display: flex; padding: spaceNone; width: sizeFluid; } .headerIcon { margin: spaceXSmall; } .disabledIcon { pointer-events: none; outline: none; } .timezoneDropdownContainer { width: sizeFluid; } .timezoneDropdown { width: size180; } .timezoneDropdown input { text-overflow: ellipsis; } .mainContainer { width: sizeFluid; } .selectedDateContainer { display: flex; gap: spaceMedium; padding: spaceXSmall spaceSmall; } .selectedDate { display: flex; width: 100%; justify-content: center; } .calendarMenuContainer { display: flex; gap: spaceSmall; width: sizeFluid; padding: spaceXSmall; }