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:
parent
752c60d755
commit
78e77f7536
@ -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;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user