bootstrap styles in export section

This commit is contained in:
2022-07-07 16:08:34 +02:00
parent 7b64269bb5
commit 340310be62
5 changed files with 54 additions and 61 deletions

View File

@@ -1,20 +0,0 @@
.container-export {
margin-left: 1rem;
margin-right: 1rem;
.export-list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
.export-list__element {
min-width: 18rem;
max-width: 20rem;
padding: 1rem;
margin: 1rem;
flex-grow: 1;
border: 1px solid var(--chill-gray);
}
}
}

View File

@@ -1 +0,0 @@
require('./export-list.scss');