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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/assets/css/styles.css +10 -5
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5798e02d1c09dda1436101f73316c099c7c930dbe1afede752d8480affe98521
4
- data.tar.gz: 56286ec37699d2307deea921eeee1b9a80a09191341c10178c84f370c07184a2
3
+ metadata.gz: c013b6732a04c822e40829c15a74a3dd2f55c7b64c762cec281d56ffb700acba
4
+ data.tar.gz: 2e0dd0e340c80269965ab33968c4600474f2d71afca866ca67e3d9b7612a61ad
5
5
  SHA512:
6
- metadata.gz: e0cfe2d56a7575f4a3cfada5c7597b28402d7d732434f708eda583a06249e51f313e3fc7d1ed2c10b5b5104cba0ca7923f553b414a8770cb314ee4e0e2cbba4b
7
- data.tar.gz: 698cd6d595c7b6884bc9ddae6f1d1a0c57fa3ed389bff288481b8c13183c34b75c35cb6c7cb56bf6378bf61026dd6fb2420e1a5a8cf9ffa115cb25d9301b0ce2
6
+ metadata.gz: 197cbf408b82d2c3dc5d746d3ae4ca15822afca6bf93e009f19afebabd4e5bcfeae8097bdfbf82bb7821e60a687158753e789439ba56fbd0c6c5a78e1a6f3150
7
+ data.tar.gz: 1fd6027bfe3d33cda98ba08de3f487fe691cb40a46de73d3778dd6cb525ee0f26b210acd2f0d57a11ca7a5ba0ecddb39c07de9745df08a11b5dab0edefdf0db5
@@ -836,7 +836,9 @@ a {
836
836
  }
837
837
 
838
838
  @media screen and (min-width: 1024px) {
839
- grid-template-columns: 20% 1fr;
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 1.5em;
925
- padding: 1.5em 1.5em 3em;
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: -45%;
1038
+ top: 45%;
1034
1039
  right: calc(100% + 2em);
1035
1040
  height: 2em;
1036
1041
  text-align: left;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: monitoring-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - bertrandkeller