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

28 lines
No EOL
423 B
CSS

.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;
}