mirror of https://gitee.com/bigwinds/arangodb
34 lines
463 B
SCSS
34 lines
463 B
SCSS
#progressPlaceholder {
|
|
background-color: rgba(0, 0, 0, .6);
|
|
bottom: 0;
|
|
left: 0;
|
|
position: fixed;
|
|
right: 0;
|
|
top: 0;
|
|
z-index: 9999;
|
|
}
|
|
|
|
.progress-view {
|
|
color: #fff;
|
|
height: 200px;
|
|
left: 50%;
|
|
margin: -100px 0 0 -150px;
|
|
position: absolute;
|
|
top: 50%;
|
|
width: 300px;
|
|
|
|
.progress-content {
|
|
margin-left: 90px;
|
|
margin-top: 30px;
|
|
|
|
.fa-spinner {
|
|
font-size: 100pt;
|
|
}
|
|
|
|
}
|
|
|
|
.progress-message {
|
|
text-align: center;
|
|
}
|
|
}
|