mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added Loading state on org pages
This commit is contained in:
16
public/sass/components/_page_loader.scss
Normal file
16
public/sass/components/_page_loader.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
.page-loader-wrapper {
|
||||
padding-top: 100px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
|
||||
&__spinner {
|
||||
font-size: 32px;
|
||||
margin-bottom: $panel-margin;
|
||||
}
|
||||
|
||||
&__text {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user