mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
23 lines
363 B
SCSS
23 lines
363 B
SCSS
@import '@/style/variables.scss';
|
|
|
|
.bigcapital-loading {
|
|
height: 100%;
|
|
width: 100%;
|
|
position: fixed;
|
|
display: flex;
|
|
background: #fff;
|
|
z-index: $zindex-dashboard-splash-screen;
|
|
|
|
.center {
|
|
width: auto;
|
|
margin: auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.text {
|
|
margin-top: 12px;
|
|
opacity: 0.85;
|
|
display: none;
|
|
}
|
|
} |