mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 06:44:41 +00:00
52d7283cd6
* Plumb Datacenter and Namespace to metrics provider in preparation for them being usable. * Move metrics loader/status to a new component and show reason for being disabled. * Remove stray console.log * Rebuild AssetFS to resolve conflicts * Yarn upgrade * mend
18 lines
382 B
SCSS
18 lines
382 B
SCSS
.topology-metrics-error,
|
|
.topology-metrics-loader {
|
|
font-weight: normal;
|
|
font-size: 0.875rem;
|
|
color: $gray-500;
|
|
text-align: center;
|
|
margin: 0 auto !important;
|
|
display: block;
|
|
|
|
span::before {
|
|
@extend %with-info-circle-outline-mask, %as-pseudo;
|
|
background-color: $gray-500;
|
|
}
|
|
}
|
|
|
|
span.topology-metrics-loader::after {
|
|
@extend %with-loading-icon, %as-pseudo;
|
|
} |