1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Restyling subnamespace badge

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2023-02-01 13:37:21 +03:00
parent 752c60d755
commit 78e77f7536

View File

@ -1,9 +1,10 @@
.subnamespaceBadge { .subnamespaceBadge {
border-radius: 3px; border-radius: 2px;
padding: 0px 6px; padding: 0px 4px;
background-color: var(--halfGray); border: 1px solid cadetblue;
color: white; color: cadetblue;
display: inline-block; display: inline-block;
font-size: 0.7rem; font-size: 0.7rem;
font-weight: bold; font-weight: bold;
line-height: 1.3;
} }