Update input font family
This commit is contained in:
parent
2f3a26f4fa
commit
69b35902a8
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -8,7 +8,7 @@
|
||||
-webkit-appearance: none;
|
||||
background-color: transparent;
|
||||
color: inherit;
|
||||
font-family: var(--ff-base);
|
||||
font-family: var(--ff-input);
|
||||
font-size: inherit;
|
||||
font-weight: var(--font-weight-normal);
|
||||
line-height: inherit;
|
||||
@ -19,7 +19,6 @@
|
||||
select {
|
||||
--focus-offset: -2px;
|
||||
cursor: pointer;
|
||||
font-family: var(--ff-base);
|
||||
|
||||
option {
|
||||
color: black;
|
||||
@ -94,7 +93,7 @@ select {
|
||||
|
||||
&::placeholder {
|
||||
color: var(--input-placeholder);
|
||||
font-family: var(--ff-base);
|
||||
font-family: var(--ff-input);
|
||||
font-weight: var(--font-weight-normal);
|
||||
text-shadow: none;
|
||||
}
|
||||
@ -240,7 +239,7 @@ input[type=radio] {
|
||||
place-content: center;
|
||||
background: var(--input-background);
|
||||
color: var(--fg-900);
|
||||
font-family: var(--ff-base);
|
||||
font-family: var(--ff-input);
|
||||
font-size: 11px;
|
||||
font-weight: 400;
|
||||
line-height: 1;
|
||||
|
@ -33,6 +33,7 @@
|
||||
--ff-heading: 'Open Sans', var(--ff-base);
|
||||
--ff-note: 'Lato', var(--ff-base);
|
||||
--ff-mono: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono L', Monaco, 'Courier New', Courier, monospace;
|
||||
--ff-input: var(--ff-base);
|
||||
|
||||
// === HEADER ================================================================
|
||||
--layout-header-background-height: #{get_clamp(210, 480, 320, $full-width)}; // Overridden by theme customizer
|
||||
|
Loading…
x
Reference in New Issue
Block a user