devbadge on profiles & description adjustments

This commit is contained in:
2022-12-22 15:07:45 +01:00
parent fe326c70d8
commit 21e3b32e4b
3 changed files with 23 additions and 6 deletions

View File

@@ -75,6 +75,16 @@
div {
min-width: 14rem;
padding: 0 1rem;
position: relative;
.devBadge {
position: absolute;
bottom: 6px;
right: 8px;
background: rgba(violet, 0.18);
font-family: var(--fonts-bold);
padding: 1px 4px;
border-radius: 2px;
}
}
&:hover {
background: var(--black2);