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/modules/developer/components/errorResult/index.less

11 lines
176 B

.error_result_wrap{
&.error_result_txt{
padding: 20px 30px;
}
&.error_result_code{
height: 150px;
.error_result_code_txt{
line-height: 32px;
}
}
}