mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-22 08:48:41 +02:00
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:
2
netbox/project-static/dist/netbox.css
vendored
2
netbox/project-static/dist/netbox.css
vendored
File diff suppressed because one or more lines are too long
@@ -63,3 +63,15 @@ span.color-label {
|
|||||||
.sso-icon {
|
.sso-icon {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-white {
|
||||||
|
@extend .btn-light;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-black {
|
||||||
|
@extend .btn-dark;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-grey, .btn-gray {
|
||||||
|
@extend .btn-secondary;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user