mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-18 05:28:16 -06:00
Fix color label sizing
This commit is contained in:
parent
9bffd41ec2
commit
08ee45bccb
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
9
netbox/project-static/styles/custom/_misc.scss
Normal file
9
netbox/project-static/styles/custom/_misc.scss
Normal file
@ -0,0 +1,9 @@
|
||||
// Color labels
|
||||
span.color-label {
|
||||
display: block;
|
||||
width: 5rem;
|
||||
height: 1rem;
|
||||
padding: $badge-padding-y $badge-padding-x;
|
||||
border: 1px solid #303030;
|
||||
border-radius: $border-radius;
|
||||
}
|
@ -12,3 +12,6 @@
|
||||
@import 'transitional/layout';
|
||||
@import 'transitional/tables';
|
||||
@import 'transitional/tabs';
|
||||
|
||||
// Custom styling
|
||||
@import 'custom/misc';
|
||||
|
Loading…
Reference in New Issue
Block a user