blob: e8890cd825c6806b75eabcf04f66580e99b7e0ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
.loadingBoxContainer {
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
background-color: #fdfdfd;
}
.text {
text-overflow: ellipsis;
text-align: center;
}
|