* 16238 map custom-link button colors to tabler * 16238 map custom-link button colors to tabler * 16238 backout temp code * 16238 optimize
@@ -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;