This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
resolver/app/styles/components/_masterLoading.scss
2017-07-06 11:20:18 +04:30

12 lines
195 B
SCSS

.mLoading__body {
background-color: rgb(216, 216, 216);
}
.mLoading__content {
max-width: 338px !important;
}
.mLoading__context{
display: flex;
justify-content: space-around;
}