mirror of
https://github.com/SigNoz/signoz.git
synced 2026-04-30 15:40:27 +01:00
* feat: meter explorer * feat: meter explorer * fix: remove meter as data source * fix: change meter-explorer to meter - quick filter * chore: delete test file * fix: failing test cases
20 lines
294 B
SCSS
20 lines
294 B
SCSS
.loading-panel-data {
|
|
padding: 24px 0;
|
|
height: 240px;
|
|
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: flex-start;
|
|
|
|
.loading-panel-data-content {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
flex-direction: column;
|
|
|
|
.loading-gif {
|
|
height: 72px;
|
|
margin-left: -24px;
|
|
}
|
|
}
|
|
}
|