styled components i przerwy miedzy godzinami

This commit is contained in:
wrzesinski-hubert
2020-08-18 18:32:26 +02:00
parent 281a1742bc
commit 8ebabcf8ef
6 changed files with 124 additions and 130 deletions

View File

@ -13,7 +13,7 @@ const SchedulerEvent = styled.div<SchedulerEventProps>`
top: ${(props) => props.cellTop}px;
left: ${(props) => props.cellWidth + 5 + props.cellWidth * props.eventIndex}px;
width: ${(props) => (props.cellWidth * 2) / 3}px;
height: 60px;
height: 69px;
background-color: lightblue;
z-index: 2;
`;