mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Reduce weight of tab text
This commit is contained in:
parent
b6d6970132
commit
4809e6eb0f
@ -158,7 +158,7 @@ DROPDOWN
|
|||||||
padding: var(--content-padding);
|
padding: var(--content-padding);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-radius: var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;
|
border-radius: var(--theme-rounded-corners) var(--theme-rounded-corners) 0 0;
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
& + .ant-tabs-tab {
|
& + .ant-tabs-tab {
|
||||||
margin-left: var(--module-spacing);
|
margin-left: var(--module-spacing);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user