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
2 changed files with 13 additions and 1 deletions

File diff suppressed because one or more lines are too long

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;
}