problems: able to change font size
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user