mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-23 15:14:23 +00:00
28 lines
No EOL
423 B
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;
|
|
} |