Files
talk/plugins/talk-plugin-auth/client/profile-settings/components/StepProgress.css
T
okbel 876eb1e413 wip
2018-05-01 00:17:57 -03:00

9 lines
103 B
CSS

.step {
&.current {
color: rgba(0, 205, 115, 0.3);
}
&.completed {
color: #00CD73;
}
}