47 lines
720 B
SCSS
47 lines
720 B
SCSS
.sharedFilesModel {
|
|
>div:nth-child(1) {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
|
|
>div:nth-child(1) {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
>span {
|
|
color: #EEEEEE;
|
|
font-size: 16px;
|
|
}
|
|
|
|
>div {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 10px;
|
|
|
|
>span {
|
|
color: #EEEEEE;
|
|
font-size: 14px;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
}
|
|
|
|
>div:nth-child(2) {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
>span {
|
|
margin-right: 20px;
|
|
cursor: pointer;
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
>div:nth-child(2) {
|
|
margin: 20px 0;
|
|
}
|
|
} |