Make "badges" class that spaces badges out like "buttons" class.

This commit is contained in:
Buster Neece 2024-01-20 10:35:31 -06:00
parent 8603024315
commit 9cdc1347ec
No known key found for this signature in database
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
.badges {
& > * {
margin-right: .25rem;
}
& > *:last-child {
margin-right: 0;
}
}

View File

@ -28,6 +28,7 @@
// Overrides for the Daemonite Material theme
@import "root";
@import 'overrides/badges';
@import 'overrides/body';
@import 'overrides/buttons';
@import 'overrides/card';