SASS refactor

This commit is contained in:
Alexander Zobnin
2017-12-14 10:59:52 +03:00
parent 09d5c6ffc0
commit edb68ab389
26 changed files with 99 additions and 88 deletions

View File

@@ -26,7 +26,7 @@
position: relative; }
.zabbix-trigger-card--alerting {
border-bottom-color: #161719;
box-shadow: 0 0 10px rgba(255, 65, 54, 0.1);
box-shadow: 0 0 10px rgba(212, 73, 57, 0.1);
animation: zabbix-triggers-panel 1.6s cubic-bezier(1, 0.1, 0.73, 1) 0s infinite alternate; }
.zabbix-trigger-card--alerting::after {
position: relative; }
@@ -38,8 +38,8 @@
@keyframes zabbix-triggers-panel {
100% {
opacity: 1;
box-shadow: 0 0 10px 0px #ff4136;
border-bottom-color: rgba(255, 65, 54, 0.25); } }
box-shadow: 0 0 10px 0px #d44939;
border-bottom-color: rgba(212, 73, 57, 0.25); } }
@keyframes zabbix-triggers-icon {
100% {
@@ -66,7 +66,7 @@
background-color: #dde4ed; }
.triggers-panel-footer ul > li > a.active {
font-weight: bold;
color: #2AB2E4; }
color: #1ca4d6; }
.ack-tooltip .drop-content {
max-width: 70rem !important;
@@ -97,4 +97,10 @@
.triggers-severity-config .icon-gf {
font-size: 200%; }
.zbx-regex {
color: #aa7b1d; }
.zbx-variable {
color: #1ca4d6; }
/*# sourceMappingURL=grafana-zabbix.light.css.map */