44 lines
896 B
SCSS
44 lines
896 B
SCSS
.root {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
min-height: 100%;
|
|
|
|
|
|
.folder-informations {
|
|
width: 100%;
|
|
min-height: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
flex-grow: 1;
|
|
|
|
.folder-header {
|
|
width: 100%;
|
|
|
|
.header {
|
|
margin-bottom: 32px;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
}
|
|
|
|
.second-box {
|
|
margin-top: 24px;
|
|
margin-bottom: 32px;
|
|
}
|
|
|
|
.progress-bar{
|
|
margin-bottom: 32px;
|
|
}
|
|
|
|
.button-container{
|
|
:first-child{
|
|
margin-right: 12px;
|
|
}
|
|
}
|
|
}
|
|
} |