monitoring-jekyll-theme 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/assets/css/styles.css +5 -5
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7114b571ebd9fd8e8c3ed550241c1e546aa8c1b7f32a8b78abc23d3f2581d609
4
- data.tar.gz: a9c2243d63143724accbcafa57fc2fd2dd2f56e12198cd394c99d743a239a6f4
3
+ metadata.gz: a9f91f130987f77509489d5376d35b816587756f3afe811da2286a214c6107c0
4
+ data.tar.gz: 93e85ca2e259a51dcd9e4299a6d845d504197a55dac05086b7197b712afa3ecc
5
5
  SHA512:
6
- metadata.gz: 47a5a5b2ca5cf50b912c0a844457c6e795626a78b27687715f400486b747763fc92e66f80ef27f796a627f344c2ac02adcda87dc69063b4f33b630e927ebb320
7
- data.tar.gz: f17ce52e2266842dd8e39a5e378760125ad22a15ce78ea8315cd5241aca143ba5ed7846733263a048953e253edc2e39371309e65b8a8407c0d9d763a6a806821
6
+ metadata.gz: e1ff3ba984fedcc147b3c0b7c71906a5b7a74e24009e166cf13fcc3ee117d3684ec8a6a46928e1de4c31c0be8aaacc5fd3df3df1483626691b79bc608b5fb70e
7
+ data.tar.gz: a4e03591a51296f77d6720078da991bf781ffd955b206de27045cbaf04b98574316eeb8e95ce3718274145a9c5a90d766dd2005e87fdd07d5b999cfb89f9c599
@@ -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:not(:first-child):not(:last-child),
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:not(:first-child):not(:last-child)::before {
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:not(:first-child):not(:last-child)::after {
1133
+ .progress-bar-score::after {
1134
1134
  position: absolute;
1135
1135
  content: '';
1136
1136
  bottom: 121%;
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.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - bertrandkeller