some badge styling

This commit is contained in:
2022-10-20 23:43:44 +02:00
parent 8226462acc
commit d280515d1e
3 changed files with 47 additions and 29 deletions

View File

@ -20,6 +20,20 @@
}
}
.badgeSet {
display: flex;
flex-direction: row;
}
.badge {
display: grid;
grid-template-columns: 1em auto;
column-gap: 5px;
border: 1px solid var(--blog_content-border);
border-radius: 0.5em;
padding: 5px;
}
@keyframes barFill {
0% {
width: 1em;