use predefined border-radius instead of always fully round

This commit is contained in:
Richard Schreiber
2024-11-21 15:32:30 +01:00
parent 1fdf8cb01e
commit 2ca22ef663

View File

@@ -532,13 +532,13 @@ h2 .label {
.text-blob-success, .text-blob-info, .text-blob-warning, .text-blob-danger { .text-blob-success, .text-blob-info, .text-blob-warning, .text-blob-danger {
padding: 0 .65em; padding: 0 .5em;
border-radius: 1em; border-radius: $border-radius-base;
font-weight: bold; font-weight: bold;
white-space: nowrap; white-space: nowrap;
&:has(>.fa:first-child) { &:has(>.fa:first-child) {
padding-left: .4em; padding-left: .3em;
} }
} }
.text-blob-success { .text-blob-success {