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.
educoder/public/react/src/components/nodata-panel/index.less

22 lines
311 B

.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;
}
}