12 lines
195 B
SCSS
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;
|
|
} |