grafana/public/sass/components/_page_loader.scss

17 lines
253 B
SCSS
Raw Normal View History

2018-10-11 04:49:34 -05:00
.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;
}
}