mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Fix var name
This commit is contained in:
parent
594507ad14
commit
9cdc3b99f2
@ -4,9 +4,9 @@
|
|||||||
|
|
||||||
.ant-btn {
|
.ant-btn {
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
padding: .3rem 1rem;
|
padding: 0.3rem 1rem;
|
||||||
background-color: var(--theme-unknown);
|
background-color: var(--theme-unknown);
|
||||||
font-size: .85rem;
|
font-size: 0.85rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-radius: var(--theme-rounded-corners);
|
border-radius: var(--theme-rounded-corners);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
@ -22,7 +22,7 @@
|
|||||||
}
|
}
|
||||||
&[ant-click-animating-without-extra-node]:after {
|
&[ant-click-animating-without-extra-node]:after {
|
||||||
animation: 0s !important;
|
animation: 0s !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-btn-primary {
|
.ant-btn-primary {
|
||||||
@ -52,5 +52,5 @@
|
|||||||
|
|
||||||
.ant-dropdown-menu {
|
.ant-dropdown-menu {
|
||||||
border-radius: var(--theme-rounded-corners);
|
border-radius: var(--theme-rounded-corners);
|
||||||
background-color: var(--color-background-secondary);
|
background-color: var(--theme-background-secondary);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user