|
1 |
| -/*********************** |
2 |
| - * Consistent rounding * |
3 |
| - ***********************/ |
| 1 | +/************************** |
| 2 | + * Consistent rounding/bg * |
| 3 | + **************************/ |
| 4 | +.layout-content.status.status-index .page-status, |
4 | 5 | .layout-content.status.status-index .components-section .components-container.one-column,
|
5 | 6 | .layout-content.status.status-index .custom-metrics-container .metrics-container .metric {
|
6 |
| - background: rgba(0, 0, 0, 0.3); |
7 | 7 | border-radius: 4px;
|
8 | 8 | }
|
9 | 9 |
|
| 10 | +.availability-time-line-graphic rect { |
| 11 | + rx: 4px; |
| 12 | +} |
| 13 | + |
| 14 | +.layout-content.status.status-index .components-section .components-container.one-column, |
| 15 | +.layout-content.status.status-index .custom-metrics-container .metrics-container .metric { |
| 16 | + background: rgba(0, 0, 0, 0.3); |
| 17 | +} |
| 18 | + |
10 | 19 | /*********
|
11 | 20 | * Pills *
|
12 | 21 | *********/
|
@@ -193,3 +202,57 @@ body.status .layout-content.status .date.border-color {
|
193 | 202 | .custom-masthead {
|
194 | 203 | text-align: center;
|
195 | 204 | }
|
| 205 | + |
| 206 | +/********** |
| 207 | + * Status * |
| 208 | + **********/ |
| 209 | +.layout-content.status.status-index .page-status { |
| 210 | + border: none; |
| 211 | + text-shadow: none; |
| 212 | +} |
| 213 | + |
| 214 | +/*********** |
| 215 | + * Buttons * |
| 216 | + ***********/ |
| 217 | +.flat-button, |
| 218 | +.layout-content.status .masthead-container .updates-dropdown-container .show-updates-dropdown { |
| 219 | + box-shadow: none; |
| 220 | + text-shadow: none; |
| 221 | +} |
| 222 | + |
| 223 | +/*********** |
| 224 | + * Metrics * |
| 225 | + ***********/ |
| 226 | +.metric .metric-meta { |
| 227 | + font-size: 14px; |
| 228 | + display: flex; |
| 229 | + justify-content: space-between; |
| 230 | + margin: .75rem 0 .125rem; |
| 231 | +} |
| 232 | + |
| 233 | +.metric .metric-meta .metric-name, |
| 234 | +.metric .metric-meta .metric-average { |
| 235 | + display: inline-block; |
| 236 | +} |
| 237 | + |
| 238 | +.metric .metric-meta .metric-average { |
| 239 | + float: right; |
| 240 | +} |
| 241 | + |
| 242 | + |
| 243 | +.metric .highcharts-background { |
| 244 | + fill: none; |
| 245 | +} |
| 246 | + |
| 247 | +.custom-metrics-container .timeframes-container .timeframe { |
| 248 | + font-size: .85rem; |
| 249 | + color: #D9643A; /* LINK COLOR */ |
| 250 | + margin: .25em 0 0 .5em; |
| 251 | +} |
| 252 | + |
| 253 | +.custom-metrics-container .timeframes-container #system-metrics { |
| 254 | + font-size: .85rem; |
| 255 | + font-weight: normal; |
| 256 | + color: #B9B9BA; |
| 257 | + pointer-events: none; |
| 258 | +} |
0 commit comments