mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-13 02:07:12 -07:00
Changed: Convert password input to standard using pass font
This commit is contained in:
parent
e0108352c8
commit
713f643b1d
16 changed files with 42 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
.namingInput {
|
||||
composes: text from 'Components/Form/TextInput.css';
|
||||
composes: input from 'Components/Form/TextInput.css';
|
||||
|
||||
font-family: $monoSpaceFontFamily;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue