mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 01:28:47 +02:00
17 lines
762 B
SCSS
17 lines
762 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--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;
|
|
} |