monitoring-jekyll-theme 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/assets/css/styles.css +5 -5
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a9f91f130987f77509489d5376d35b816587756f3afe811da2286a214c6107c0
|
|
4
|
+
data.tar.gz: 93e85ca2e259a51dcd9e4299a6d845d504197a55dac05086b7197b712afa3ecc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1ff3ba984fedcc147b3c0b7c71906a5b7a74e24009e166cf13fcc3ee117d3684ec8a6a46928e1de4c31c0be8aaacc5fd3df3df1483626691b79bc608b5fb70e
|
|
7
|
+
data.tar.gz: a4e03591a51296f77d6720078da991bf781ffd955b206de27045cbaf04b98574316eeb8e95ce3718274145a9c5a90d766dd2005e87fdd07d5b999cfb89f9c599
|
data/assets/css/styles.css
CHANGED
|
@@ -1085,7 +1085,7 @@ a {
|
|
|
1085
1085
|
font-family: IBMPlexMono, optiker, sans-serif;
|
|
1086
1086
|
}
|
|
1087
1087
|
|
|
1088
|
-
.progress-bar-score:first-child,
|
|
1088
|
+
/* .progress-bar-score:first-child,
|
|
1089
1089
|
.progress-bar-score:last-child {
|
|
1090
1090
|
top: 45%;
|
|
1091
1091
|
right: calc(100% + 2em);
|
|
@@ -1095,7 +1095,7 @@ a {
|
|
|
1095
1095
|
|
|
1096
1096
|
.progress-bar-score:last-child {
|
|
1097
1097
|
left: calc(100% + 2em);
|
|
1098
|
-
}
|
|
1098
|
+
} */
|
|
1099
1099
|
|
|
1100
1100
|
.progress-bar-tooltip {
|
|
1101
1101
|
bottom: 100%;
|
|
@@ -1106,7 +1106,7 @@ a {
|
|
|
1106
1106
|
background: #555;
|
|
1107
1107
|
}
|
|
1108
1108
|
|
|
1109
|
-
.progress-bar-score
|
|
1109
|
+
.progress-bar-score,
|
|
1110
1110
|
.progress-bar-tooltip {
|
|
1111
1111
|
animation: slide 1s;
|
|
1112
1112
|
}
|
|
@@ -1119,7 +1119,7 @@ a {
|
|
|
1119
1119
|
font-variant-numeric: tabular-nums;
|
|
1120
1120
|
}
|
|
1121
1121
|
|
|
1122
|
-
.progress-bar-score
|
|
1122
|
+
.progress-bar-score::before {
|
|
1123
1123
|
position: absolute;
|
|
1124
1124
|
content: '';
|
|
1125
1125
|
bottom: 100%;
|
|
@@ -1130,7 +1130,7 @@ a {
|
|
|
1130
1130
|
border-left: 2px solid currentColor;
|
|
1131
1131
|
}
|
|
1132
1132
|
|
|
1133
|
-
.progress-bar-score
|
|
1133
|
+
.progress-bar-score::after {
|
|
1134
1134
|
position: absolute;
|
|
1135
1135
|
content: '';
|
|
1136
1136
|
bottom: 121%;
|