oak-frontend-base/es/components/errorPage/index.less

16 lines
235 B
Plaintext

.content {
display: flex;
flex-direction: column;
align-items: center;
width: 60%;
.desc {
color: red;
font-size: large;
font-weight: bold;
}
image {
max-width: 65%;
}
}