Fix color label sizing

This commit is contained in:
Jeremy Stretch 2024-01-09 15:52:37 -05:00
parent 9bffd41ec2
commit 08ee45bccb
3 changed files with 12 additions and 0 deletions

Binary file not shown.

View 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;
}

View File

@ -12,3 +12,6 @@
@import 'transitional/layout';
@import 'transitional/tables';
@import 'transitional/tabs';
// Custom styling
@import 'custom/misc';