13 lines
260 B
SCSS
13 lines
260 B
SCSS
|
|
.loadingCard_main{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100%;
|
|
.loading_text{
|
|
font-size: 26px;
|
|
margin-top: 20px;
|
|
color: $color_font_two;
|
|
}
|
|
} |