mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
9 lines
241 B
SCSS
9 lines
241 B
SCSS
.admins-identity-authentications-index-page {
|
|
.identity-authentication-list-container {
|
|
span {
|
|
&.apply-status-1 { color: #28a745; }
|
|
&.apply-status-2 { color: #dc3545; }
|
|
&.apply-status-3 { color: #6c757d; }
|
|
}
|
|
}
|
|
} |