mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 12:44:10 -06:00
17 lines
253 B
SCSS
17 lines
253 B
SCSS
.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;
|
|
}
|
|
}
|