Files
UT-Registration-Plus/src/views/components/calendar/CalendarGridCell/CalendarGridCell.module.scss
2024-03-06 15:07:45 -06:00

19 lines
348 B
SCSS

.calendarCell {
display: flex;
width: 100%;
height: 100%;
min-width: 45px;
min-height: 40px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
border: 1px solid #dadce0;
}
.hourLine {
width: 100%;
height: 1px;
border-radius: 0px;
background: rgba(218, 220, 224, 0.25);
}