2023-08-01 15:19:38 +02:00

18 lines
269 B
SCSS

.root {
position: relative;
.select-folder-container {
max-width: 530px;
padding: 80px 72px;
display: flex;
flex-direction: column;
justify-content: center;
gap: 48px;
margin: auto;
background-color: white;
.title {
text-align: center;
}
}
}