Files
workavia-drive/tdrive/frontend/src/app/components/drive/file-picker/file-picker.scss
T
Montassar Ghanmy e0615fa867 📁 Changed TDrive root folder (#16)
📁 Changed TDrive root folder
2023-04-11 10:04:29 +01:00

85 lines
1.3 KiB
SCSS
Executable File

.filepicker {
margin: -5px 0;
.no-filepicker {
display: none;
}
.file_type_icon {
width: 20px;
margin-right: 4px;
}
.title {
background: #ffffff;
margin-bottom: 0px;
font-size: 16px;
color: #000;
line-height: 20px;
padding-bottom: 8px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.getback {
background: var(--grey-background);
border-radius: var(--border-radius-base);
width: 20px;
height: 20px;
vertical-align: top;
margin-right: 5px;
margin-left: 0px;
cursor: pointer;
&:hover {
background: #f0f0f0;
}
}
.menu-buttons {
text-align: right;
padding: 8px 0px;
}
.drive_view.list {
height: 150px;
overflow: auto;
width: 100%;
.file .icon {
width: 20px;
background-size: 60%;
}
.directory .icon {
width: 24px;
}
.directory .app_icon {
height: 16px;
}
.file,
.directory {
height: 40px;
padding-top: 4px;
.text {
line-height: 30px;
margin-left: 6px;
}
.icon {
padding-top: 3px;
padding-right: 0px;
padding-left: 5px;
}
&.disabled {
opacity: 0.5;
pointer-events: none;
}
}
}
}