mirror of
https://github.com/wassname/talk.git
synced 2026-07-06 05:17:19 +08:00
9 lines
103 B
CSS
9 lines
103 B
CSS
.step {
|
|
&.current {
|
|
color: rgba(0, 205, 115, 0.3);
|
|
}
|
|
|
|
&.completed {
|
|
color: #00CD73;
|
|
}
|
|
} |