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:
parent
983e544376
commit
d0c2e0e52b
File diff suppressed because one or more lines are too long
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue