oak-general-business/lib/components/common/errorPage/index.less

36 lines
699 B
Plaintext

.oak-errorBox {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 75vh;
// padding: 24px;
min-height: 400px;
color: var(--oak-brand-color);
img {
width: 200px;
height: 140px;
color: var(--oak-brand-color);
}
&__title {
font-weight: 500;
font-size: 20px;
line-height: 28px;
margin-top: 8px;
color: var(--oak-text-color-primary);
}
&__description {
margin: 8px 0 32px;
font-size: 14px;
line-height: 22px;
color: var(--oak-text-color-secondary);
}
&__rightButton {
margin-left: 8px;
}
}