UNPKG

wix-style-react

Version:
33 lines (27 loc) 551 B
/* st-namespace-reference="../../../src/CalendarPanel/CalendarPanel.st.css" */ :import { -st-from: '../Foundation/stylable/colors.st.css'; -st-named: D60, D80; } .root { background-color: value(D80); border-radius: 8px; max-width: 775px; display: inline-block; } .calendarWithPresets { display: flex; } .presets { width: 174px; height: 342px; box-sizing: border-box; padding-top: 18px; border-right: value(D60) 1px solid; } .calendar *:focus { outline: none !important; } .footer { border-top: value(D60) 1px solid; }