Browse Source

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
Arthur Hanson 9 months ago
parent
commit
d0c2e0e52b

File diff suppressed because it is too large
+ 0 - 0
netbox/project-static/dist/netbox.css


+ 12 - 0
netbox/project-static/styles/custom/_misc.scss

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

Some files were not shown because too many files changed in this diff