mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
21 lines
459 B
SCSS
21 lines
459 B
SCSS
.container-export {
|
|
margin-left: 1rem;
|
|
margin-right: 1rem;
|
|
|
|
.export-list {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
|
|
.export-list__element {
|
|
min-width: 18rem;
|
|
max-width: 20rem;
|
|
padding: 1rem;
|
|
margin: 1rem;
|
|
flex-grow: 1;
|
|
|
|
border: 1px solid var(--chill-gray);
|
|
}
|
|
}
|
|
} |