fix: the fields for trigger checking
This commit is contained in:
@@ -27,6 +27,21 @@
|
||||
border-color: var(--ant-geekblue-3);
|
||||
}
|
||||
|
||||
&.success {
|
||||
border: 1px solid var(--color-progress-green);
|
||||
color: var(--color-progress-green);
|
||||
|
||||
.title-text {
|
||||
color: var(--color-progress-green);
|
||||
}
|
||||
|
||||
.content.success {
|
||||
color: var(--color-progress-green);
|
||||
font-weight: var(--font-weight-normal);
|
||||
opacity: 0.85;
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
@@ -48,6 +63,10 @@
|
||||
&.transition {
|
||||
color: var(--ant-geekblue-7);
|
||||
}
|
||||
|
||||
&.success {
|
||||
color: var(--color-progress-green);
|
||||
}
|
||||
}
|
||||
|
||||
.text {
|
||||
|
||||
Reference in New Issue
Block a user