Files
bigcapital/client/src/style/components/BigcapitalLoading.scss
2021-01-17 12:17:15 +02:00

20 lines
268 B
SCSS

.bigcapital-loading {
height: 100%;
width: 100%;
position: absolute;
display: flex;
.center {
width: auto;
margin: auto;
display: flex;
flex-direction: column;
}
.text {
margin-top: 12px;
opacity: 0.85;
display: none;
}
}