grafana/public/sass/components/_page_loader.scss

17 lines
249 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;
2019-03-12 02:34:55 -05:00
margin-bottom: $space-sm;
2018-10-11 04:49:34 -05:00
}
&__text {
font-size: 14px;
}
}