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.
51 lines
788 B
51 lines
788 B
@import "~antd/lib/style/themes/default.less";
|
|
|
|
.result {
|
|
text-align: center;
|
|
width: 72%;
|
|
margin: 0 auto;
|
|
|
|
.icon {
|
|
font-size: 72px;
|
|
line-height: 72px;
|
|
margin-bottom: 24px;
|
|
|
|
& > .success {
|
|
color: @success-color;
|
|
}
|
|
|
|
& > .error {
|
|
color: @error-color;
|
|
}
|
|
}
|
|
|
|
.title {
|
|
font-size: 24px;
|
|
color: @heading-color;
|
|
font-weight: 500;
|
|
line-height: 32px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.description {
|
|
font-size: 14px;
|
|
color: @text-color-secondary;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.extra {
|
|
background: #fafafa;
|
|
padding: 16px 40px;
|
|
margin-top: 16px;
|
|
border-radius: @border-radius-sm;
|
|
text-align: left;
|
|
}
|
|
|
|
.actions {
|
|
margin-top: 32px;
|
|
|
|
button:not(:last-child) {
|
|
margin-right: 8px;
|
|
}
|
|
}
|
|
}
|
|
|