forked from jasder/forgeplus
9 lines
249 B
SCSS
9 lines
249 B
SCSS
|
.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; }
|
||
|
}
|
||
|
}
|
||
|
}
|