2021-08-26 18:08:31 +00:00
|
|
|
.topology-metrics-status-error,
|
|
|
|
.topology-metrics-status-loader {
|
2020-10-26 19:48:23 +00:00
|
|
|
font-weight: normal;
|
|
|
|
font-size: 0.875rem;
|
2021-10-07 18:21:11 +00:00
|
|
|
color: rgb(var(--tone-gray-500));
|
2020-10-26 19:48:23 +00:00
|
|
|
text-align: center;
|
|
|
|
margin: 0 auto !important;
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
span::before {
|
|
|
|
@extend %with-info-circle-outline-mask, %as-pseudo;
|
2021-10-07 18:21:11 +00:00
|
|
|
background-color: rgb(var(--tone-gray-500));
|
2020-10-26 19:48:23 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-08-26 18:08:31 +00:00
|
|
|
span.topology-metrics-status-loader::after {
|
2022-03-15 12:54:14 +00:00
|
|
|
--icon-name: var(--icon-loading);
|
|
|
|
content: '';
|
|
|
|
margin-left: 0.5rem; /* 8px */
|
2021-05-27 12:23:54 +00:00
|
|
|
}
|