2019-02-06 10:24:29 +00:00
|
|
|
@import "variables";
|
2019-01-21 07:16:43 +00:00
|
|
|
|
2021-06-16 07:43:07 +00:00
|
|
|
vn-client-summary .summary {
|
|
|
|
max-width: $width-lg;
|
2023-04-20 11:58:49 +00:00
|
|
|
|
2019-01-21 07:16:43 +00:00
|
|
|
.alert span {
|
2019-02-08 16:49:51 +00:00
|
|
|
color: $color-alert !important
|
2018-12-10 13:22:11 +00:00
|
|
|
}
|
2023-04-20 11:58:49 +00:00
|
|
|
|
|
|
|
vn-horizontal h4 .grafana:after {
|
2023-07-04 12:42:51 +00:00
|
|
|
font-family: 'salixfont' !important;
|
|
|
|
content: "\e965";
|
2023-04-20 11:58:49 +00:00
|
|
|
}
|
2023-08-30 12:14:48 +00:00
|
|
|
vn-icon.tel {
|
|
|
|
font-size: 1.1em;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
2023-04-20 11:58:49 +00:00
|
|
|
}
|