18 lines
269 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|