Force font family upon Fields
This commit is contained in:
parent
5479a4dac5
commit
524d2f1e11
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ limitations under the License.
|
||||||
.mx_Field input,
|
.mx_Field input,
|
||||||
.mx_Field select {
|
.mx_Field select {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
font-family: $font-family;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
transition: border-color 0.25s;
|
transition: border-color 0.25s;
|
||||||
border: 1px solid $input-border-color;
|
border: 1px solid $input-border-color;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue