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 {
border-radius: 3px;
padding: 0px 6px;
background-color: var(--halfGray);
color: white;
border-radius: 2px;
padding: 0px 4px;
border: 1px solid cadetblue;
color: cadetblue;
display: inline-block;
font-size: 0.7rem;
font-weight: bold;
line-height: 1.3;
}