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:
authorAndzs Auders <andzs.auders@zabbix.com>2018-06-04 13:27:30 +0300
committerAndzs Auders <andzs.auders@zabbix.com>2018-06-04 13:27:30 +0300
commit318b9412a002b14a62568339143beca7333edeec (patch)
treeb42802ec9068e213e03ef7e2876091bdd96f94ac /sass
parentcc61bf1e2e6418701a35fb063f9eab222e2a0eeb (diff)
..F....... [ZBXNEXT-4447] updated action icon count text styles
Diffstat (limited to 'sass')
-rw-r--r--sass/stylesheets/sass/screen.scss17
1 files changed, 9 insertions, 8 deletions
diff --git a/sass/stylesheets/sass/screen.scss b/sass/stylesheets/sass/screen.scss
index bd7b055fe1b..563a60989e7 100644
--- a/sass/stylesheets/sass/screen.scss
+++ b/sass/stylesheets/sass/screen.scss
@@ -5481,15 +5481,16 @@ svg {
background-image: url(../img/icon-sprite.svg);
background-repeat: no-repeat;
}
+}
- &[data-count]::after {
- position: absolute;
- content: attr(data-count);
- text-align: center;
- margin-top: -1px;
- font-size: 10px;
- width: 18px;
- }
+[data-count][class*='icon-']::after {
+ position: absolute;
+ content: attr(data-count);
+ text-align: center;
+ margin-top: -1px;
+ font-size: 9px;
+ letter-spacing: -0.25px;
+ width: 18px;
}
.icon-action-command::before {