mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-29 18:52:22 +01:00
9 lines
105 B
SCSS
9 lines
105 B
SCSS
|
.schedules-filters {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
|
||
|
& > * {
|
||
|
width: 31%;
|
||
|
}
|
||
|
}
|