mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fixing catalog sidebar title font-size
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
24cf8c0f15
commit
aff84b1f05
@ -8,12 +8,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.parent {
|
.parent {
|
||||||
@apply uppercase font-bold;
|
|
||||||
color: var(--textColorAccent);
|
color: var(--textColorAccent);
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.catalog {
|
.catalog {
|
||||||
@apply p-5 font-bold text-2xl;
|
font-size: medium;
|
||||||
|
padding: var(--padding) calc(var(--padding) * 1.5);
|
||||||
|
font-weight: bold;
|
||||||
color: var(--textColorAccent);
|
color: var(--textColorAccent);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user