mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-21 17:54:24 +00:00
21 lines
318 B
SCSS
21 lines
318 B
SCSS
div#calendarControls {
|
|
height: 50%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
div#fullCalendar{
|
|
|
|
}
|
|
|
|
span.calendarRangeItems {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
a {
|
|
text-decoration: none;
|
|
padding: 3px;
|
|
}
|
|
}
|