Changed: Convert password input to standard using pass font

This commit is contained in:
Qstick 2018-09-14 23:13:35 -04:00
commit 713f643b1d
16 changed files with 42 additions and 11 deletions

View file

@ -1,5 +1,5 @@
.namingInput {
composes: text from 'Components/Form/TextInput.css';
composes: input from 'Components/Form/TextInput.css';
font-family: $monoSpaceFontFamily;
}

View file

@ -27,7 +27,7 @@
}
.nameInput {
composes: text from 'Components/Form/TextInput.css';
composes: input from 'Components/Form/TextInput.css';
margin-top: 4px;
margin-right: 10px;

View file

@ -60,7 +60,7 @@
}
.sizeInput {
composes: text from 'Components/Form/TextInput.css';
composes: input from 'Components/Form/TextInput.css';
display: inline-block;
margin-left: 5px;