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:
parent
074c0aa087
commit
014174e04b
@ -1,10 +1,11 @@
|
|||||||
.subnamespaceBadge {
|
.subnamespaceBadge {
|
||||||
border-radius: 2px;
|
border-radius: 3px;
|
||||||
padding: 0px 4px;
|
padding: 0px 4px;
|
||||||
border: 1px solid cadetblue;
|
border: 1px solid cadetblue;
|
||||||
color: cadetblue;
|
color: cadetblue;
|
||||||
display: inline-block;
|
display: inline-flex;
|
||||||
font-size: 0.7rem;
|
font-size: 0.6rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 1.3;
|
height: 16px;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user