forgeplus/app/assets/stylesheets/admins/professional_authentication...

9 lines
249 B
SCSS
Raw Normal View History

2020-03-09 00:40:16 +08:00
.admins-professional-authentications-index-page {
.professional-authentication-list-container {
span {
&.apply-status-1 { color: #28a745; }
&.apply-status-2 { color: #dc3545; }
&.apply-status-3 { color: #6c757d; }
}
}
}