16238 map custom-link button colors to tabler (#19290)

* 16238 map custom-link button colors to tabler

* 16238 map custom-link button colors to tabler

* 16238 backout temp code

* 16238 optimize
This commit is contained in:
Arthur Hanson 2025-04-24 05:40:14 -07:00 committed by GitHub
parent 983e544376
commit d0c2e0e52b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 0 deletions

Binary file not shown.

View File

@ -63,3 +63,15 @@ span.color-label {
.sso-icon {
height: 24px;
}
.btn-white {
@extend .btn-light;
}
.btn-black {
@extend .btn-dark;
}
.btn-grey, .btn-gray {
@extend .btn-secondary;
}