You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.nodata-panel-wrapper {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
|
|
.nodata-panel {
|
|
width: 100%;
|
|
}
|
|
|
|
img {
|
|
display: block;
|
|
margin: 0 auto 20px auto;
|
|
}
|
|
|
|
p {
|
|
font-size: 20px;
|
|
text-align: center;
|
|
color: #999;
|
|
}
|
|
} |