Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorAndrejs Verza <andrejs.verza@zabbix.com>2021-03-21 18:41:23 +0300
committerAndrejs Verza <andrejs.verza@zabbix.com>2021-03-21 18:41:23 +0300
commitf907679f8502a8c36cbd46e0357e6adc26a38a0c (patch)
tree6dac89397d9d107f978754d5c1b3b8f4e8fc8491 /sass
parentf66e86221a686209ef89f63049e273c8fdb7292f (diff)
..F....... [ZBXNEXT-6309] refactoring
Diffstat (limited to 'sass')
-rwxr-xr-xsass/stylesheets/sass/components/_dashboard.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/sass/stylesheets/sass/components/_dashboard.scss b/sass/stylesheets/sass/components/_dashboard.scss
index 77ceab05f84..bfcc62729cd 100755
--- a/sass/stylesheets/sass/components/_dashboard.scss
+++ b/sass/stylesheets/sass/components/_dashboard.scss
@@ -187,7 +187,7 @@
}
&.reserve-header-lines-2 {
- margin-top: 4rem;
+ margin-top: calc(4rem + 8px);
}
@if $ui-transitions {
@@ -791,8 +791,8 @@
&.dashbrd-grid-iterator-hidden-header.iterator-double-header {
.dashbrd-grid-iterator-head {
- margin-top: -4rem;
- height: 4rem;
+ margin-top: calc(-4rem - 8px);
+ height: calc(4rem + 8px);
}
}
}