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.
NewEduCoderBuild/p__MoopCases__Success.0847a...

30 lines
621 B

.moop-case-success {
width: 1200px;
height: 570px;
margin: 20px auto 40px auto;
background: #fff;
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
text-align: center;
}
.moop-case-success .notice {
margin: 20px auto;
color: #999;
font-size: 16px;
}
.moop-case-success p {
font-size: 24px;
margin: 0;
font-weight: bold;
color: #333;
}
.moop-case-success img {
margin-bottom: 20px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */