mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
Reduce weight of tab text
This commit is contained in:
parent
b6d6970132
commit
4809e6eb0f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue