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

Subnamespace badge style fixes

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2023-02-06 11:27:50 +03:00
parent 074c0aa087
commit 014174e04b

View File

@ -1,10 +1,11 @@
.subnamespaceBadge {
border-radius: 2px;
border-radius: 3px;
padding: 0px 4px;
border: 1px solid cadetblue;
color: cadetblue;
display: inline-block;
font-size: 0.7rem;
display: inline-flex;
font-size: 0.6rem;
font-weight: bold;
line-height: 1.3;
height: 16px;
align-items: center;
}