mirror of https://gitlab.com/bashrc2/epicyon
Text box style
parent
843e4b2d07
commit
6df30d02c0
|
@ -174,7 +174,7 @@ span.psw {
|
|||
font-size: var(--welcome-font-size);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
input[type=text], input[type=password] {
|
||||
input[type=text], input[type=password], textarea {
|
||||
width: 100%;
|
||||
padding: 12px 20px;
|
||||
margin: 8px 0;
|
||||
|
@ -214,7 +214,7 @@ span.psw {
|
|||
font-size: var(--welcome-font-size-mobile);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
input[type=text], input[type=password] {
|
||||
input[type=text], input[type=password], textarea {
|
||||
width: 100%;
|
||||
padding: 12px 20px;
|
||||
margin: 8px 0;
|
||||
|
|
Loading…
Reference in New Issue