43 lines
786 B
SCSS
43 lines
786 B
SCSS
.listLoadError {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: calc(100vh - 94px - 72px - 110px);
|
|
|
|
.listLoadErrorImg {
|
|
width: 154px;
|
|
}
|
|
|
|
.listLoadErrorText {
|
|
margin-top: 35px;
|
|
margin-bottom: 12px;
|
|
font-weight: 500;
|
|
font-style: Medium;
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
letter-spacing: 0px;
|
|
}
|
|
|
|
.listLoadErrorBtn {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 76px;
|
|
background: #00000008;
|
|
border: 1.5px solid #e5e5e5;
|
|
border-radius: 12px;
|
|
padding: 12px 0;
|
|
font-weight: 500;
|
|
font-style: Medium;
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
letter-spacing: 0px;
|
|
|
|
}
|
|
|
|
.reloadIcon {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
} |