Files
bigcapital/packages/webapp/src/style/components/BigcapitalLoading.scss
2023-02-03 01:02:31 +02:00

22 lines
304 B
SCSS

.bigcapital-loading {
height: 100%;
width: 100%;
position: fixed;
display: flex;
background: #fff;
z-index: 999999;
.center {
width: auto;
margin: auto;
display: flex;
flex-direction: column;
}
.text {
margin-top: 12px;
opacity: 0.85;
display: none;
}
}