Преглед изворни кода

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 пре 10 месеци
родитељ
комит
d0c2e0e52b
2 измењених фајлова са 12 додато и 0 уклоњено
  1. 0 0
      netbox/project-static/dist/netbox.css
  2. 12 0
      netbox/project-static/styles/custom/_misc.scss

Разлика између датотеке није приказан због своје велике величине
+ 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;
+}

Неке датотеке нису приказане због велике количине промена