1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 23:17:26 +00:00
festa/components/landing/actions/events.module.css

28 lines
423 B
CSS
Raw Normal View History

2022-06-11 03:08:49 +00:00
.landingActionEventsList {
max-height: 20vh;
padding-left: 20px;
padding-bottom: 12px;
text-align: left;
overflow-y: scroll;
column-count: auto;
column-width: 140px;
}
.landingActionEventsFormCreate {
display: flex;
gap: 4px;
}
.landingActionEventsFormCreateName {
flex-grow: 1;
}
.landingActionEventsFormCreateSubmit {
width: 40px;
height: 40px;
flex-shrink: 0;
}