Files
coze-studio/frontend/packages/foundation/layout/src/components/global-error/index.module.less

31 lines
542 B
Plaintext

/* Stylelint-disable declaration-no-important -- historical code, not fixed to avoid introducing new bugs */
.wrapper {
width: 100%;
height: 100%;
}
.content {
display: flex;
flex-direction: column;
align-items: center;
margin: auto;
padding-top: 35.39vh;
}
.title {
margin-top: 24px !important;
margin-bottom: 4px !important;
font-size: 16px !important;
font-weight: 600 !important;
line-height: 22px !important;
}
.paragraph {
margin-bottom: 8px;
font-size: 12px;
line-height: 16px;
color: #1d1c2399;
}