@chayns-components/date
Version:
A set of beautiful React components for developing your own applications with chayns.
24 lines • 572 B
JavaScript
import styled from 'styled-components';
export const StyledOpeningTimes = styled.div`
display: flex;
flex-direction: column;
gap: 8px;
`;
export const StyledOpeningTimesWrapper = styled.div`
display: flex;
align-items: baseline;
justify-content: space-between;
min-width: 300px;
`;
export const StyledOpeningTimesTooltipContent = styled.div`
padding: 8px;
`;
export const StyledOpeningTimesWeekDay = styled.div`
color: ${_ref => {
let {
theme
} = _ref;
return theme.text;
}};
`;
//# sourceMappingURL=OpeningTimes.styles.js.map