Skip to content

Commit d0c2e0e

Browse files
authored
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
1 parent 983e544 commit d0c2e0e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

netbox/project-static/dist/netbox.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netbox/project-static/styles/custom/_misc.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,15 @@ span.color-label {
6363
.sso-icon {
6464
height: 24px;
6565
}
66+
67+
.btn-white {
68+
@extend .btn-light;
69+
}
70+
71+
.btn-black {
72+
@extend .btn-dark;
73+
}
74+
75+
.btn-grey, .btn-gray {
76+
@extend .btn-secondary;
77+
}

0 commit comments

Comments
 (0)