Skip to content

Commit

Permalink
Update kmui.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bigxxs authored Aug 6, 2018
1 parent 3748af1 commit 89773ec
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions kmui.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,33 @@ html,body {
background-color: rgba(0,0,0,0.6);
}

.kmui-loading {
position: fixed;
z-index: 2000;
width: 120px;
height: 120px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
border-radius: 5px;
background-color: rgba(0,0,0,0.6);
vertical-align: middle;

display: -webkit-flex; /* Safari */
display: flexbox;
flex-direction: column;
justify-content: space-around;

}
.kmui-loading i {
font-size: 2.5em;
color: white;
}
.kmui-loading-title {
color: white;
}

.kmui-dialog {
position: fixed;
z-index: 2000;
Expand Down

0 comments on commit 89773ec

Please sign in to comment.