mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-13 16:47:34 -06: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:
parent
983e544376
commit
d0c2e0e52b
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user