oak-general-business/es/components/common/errorPage/web.less

35 lines
681 B
Plaintext

.oak-errorBox {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 75vh;
min-height: 400px;
color: var(--oak-color-primary);
img {
width: 200px;
height: 140px;
color: var(--oak-color-primary);
}
&__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;
}
}