|
@@ -354,6 +354,7 @@
|
|
border-radius: var(--space-factor);
|
|
border-radius: var(--space-factor);
|
|
border: 1px solid var(--button-gray-2);
|
|
border: 1px solid var(--button-gray-2);
|
|
font-size: 0.8rem;
|
|
font-size: 0.8rem;
|
|
|
|
+ font-family: inherit;
|
|
outline: none;
|
|
outline: none;
|
|
appearance: none;
|
|
appearance: none;
|
|
background-image: var(--dropdown-icon);
|
|
background-image: var(--dropdown-icon);
|
|
@@ -413,6 +414,7 @@
|
|
bottom: 30px;
|
|
bottom: 30px;
|
|
transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
pointer-events: all;
|
|
pointer-events: all;
|
|
|
|
+ font-family: inherit;
|
|
|
|
|
|
&:hover {
|
|
&:hover {
|
|
background-color: var(--button-hover-bg);
|
|
background-color: var(--button-hover-bg);
|