mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-12 04:24:12 +01:00
23 lines
863 B
SCSS
23 lines
863 B
SCSS
$ibo-attachment--datatable--icon-preview--max-height: 44px !default;
|
|
$ibo-attachment--datatable--icon-preview--max-width: $ibo-attachment--datatable--icon-preview--max-height !default;
|
|
|
|
$ibo-attachment--datatable--line-height: $ibo-attachment--datatable--icon-preview--max-height !default;
|
|
|
|
$ibo-attachment--datatable--first-column--line-height: 0px !default;
|
|
|
|
#ibo-attachment--upload-file{
|
|
.ibo-input-file-select--container{
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
.ibo-attachment--datatable--icon-preview{
|
|
max-height: $ibo-attachment--datatable--icon-preview--max-height;
|
|
max-width: $ibo-attachment--datatable--icon-preview--max-width;
|
|
}
|
|
.ibo-attachment--datatable tbody tr td {
|
|
line-height: $ibo-attachment--datatable--line-height;
|
|
}
|
|
.ibo-attachment--datatable tbody tr td:nth-child(1){
|
|
line-height: $ibo-attachment--datatable--first-column--line-height;
|
|
} |