monitoring-jekyll-theme 0.4.1 → 0.4.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 +10 -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: c013b6732a04c822e40829c15a74a3dd2f55c7b64c762cec281d56ffb700acba
|
|
4
|
+
data.tar.gz: 2e0dd0e340c80269965ab33968c4600474f2d71afca866ca67e3d9b7612a61ad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 197cbf408b82d2c3dc5d746d3ae4ca15822afca6bf93e009f19afebabd4e5bcfeae8097bdfbf82bb7821e60a687158753e789439ba56fbd0c6c5a78e1a6f3150
|
|
7
|
+
data.tar.gz: 1fd6027bfe3d33cda98ba08de3f487fe691cb40a46de73d3778dd6cb525ee0f26b210acd2f0d57a11ca7a5ba0ecddb39c07de9745df08a11b5dab0edefdf0db5
|
data/assets/css/styles.css
CHANGED
|
@@ -836,7 +836,9 @@ a {
|
|
|
836
836
|
}
|
|
837
837
|
|
|
838
838
|
@media screen and (min-width: 1024px) {
|
|
839
|
-
|
|
839
|
+
.progress {
|
|
840
|
+
grid-template-columns: 20% 1fr;
|
|
841
|
+
}
|
|
840
842
|
}
|
|
841
843
|
|
|
842
844
|
.progress + .progress {
|
|
@@ -921,8 +923,8 @@ a {
|
|
|
921
923
|
grid-template-columns: repeat(6, minmax(9em, 11rem));
|
|
922
924
|
grid-gap: 0.2em 1.5em;
|
|
923
925
|
justify-content: start;
|
|
924
|
-
margin: 0 auto
|
|
925
|
-
padding: 1.5em 1.5em
|
|
926
|
+
margin: 0 auto;
|
|
927
|
+
padding: 1.5em 1.5em 0;
|
|
926
928
|
width: 100%;
|
|
927
929
|
min-height: 7em;
|
|
928
930
|
}
|
|
@@ -1025,12 +1027,15 @@ a {
|
|
|
1025
1027
|
line-height: 1.3;
|
|
1026
1028
|
transform: translate(-50%, -50%);
|
|
1027
1029
|
font-size: 1.3em;
|
|
1028
|
-
font-family: optiker;
|
|
1029
1030
|
text-align: center;
|
|
1030
1031
|
}
|
|
1031
1032
|
|
|
1033
|
+
.progress-bar-score {
|
|
1034
|
+
font-family: optiker;
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1032
1037
|
.progress-bar-score:first-child, .progress-bar-score:last-child {
|
|
1033
|
-
top:
|
|
1038
|
+
top: 45%;
|
|
1034
1039
|
right: calc(100% + 2em);
|
|
1035
1040
|
height: 2em;
|
|
1036
1041
|
text-align: left;
|