problems: able to change font size

This commit is contained in:
Alexander Zobnin
2018-12-27 15:49:32 +03:00
parent b04ecc7abe
commit 0f91b04ed7
3 changed files with 39 additions and 1 deletions

View File

@@ -508,6 +508,36 @@
// animation: all 1s ease;
// }
}
@for $i from 8 through 9 {
.item-#{$i} { width: 2em * $i; }
&.font-size--#{$i * 10} .rt-table {
font-size: 1% * $i * 10;
& .rt-tr .rt-td.custom-expander i {
font-size: 1.2rem * $i / 10;
}
.problem-details-container.show {
font-size: 13px;
}
}
}
@for $i from 11 through 25 {
.item-#{$i} { width: 2em * $i; }
&.font-size--#{$i * 10} .rt-table {
font-size: 1% * $i * 10;
& .rt-tr .rt-td.custom-expander i {
font-size: 1.2rem * $i / 10;
}
.problem-details-container.show {
font-size: 13px;
}
}
}
}
.zbx-ack-modal {