[export] layout of page "export list"

This commit is contained in:
2018-10-05 11:45:46 +02:00
parent 7d7912a93e
commit 6abf51be4b
5 changed files with 35 additions and 15 deletions

View File

@@ -0,0 +1,21 @@
.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);
}
}
}