forked from Mirrors/keyoxide-web
Update input styles
This commit is contained in:
parent
facebdc997
commit
6a63284c65
1 changed files with 6 additions and 0 deletions
|
@ -85,10 +85,12 @@ textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 128px;
|
height: 128px;
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
|
font-size: 0.9rem;
|
||||||
}
|
}
|
||||||
input[type="text"] {
|
input[type="text"] {
|
||||||
margin: 0 12px 12px 0;
|
margin: 0 12px 12px 0;
|
||||||
width: 45%;
|
width: 45%;
|
||||||
|
font-size: 0.9rem;
|
||||||
}
|
}
|
||||||
input[type="radio"] {
|
input[type="radio"] {
|
||||||
vertical-align: sub;
|
vertical-align: sub;
|
||||||
|
@ -233,4 +235,8 @@ a.proofUrl:hover {
|
||||||
.profileDataItem--noLabel .profileDataItem__label {
|
.profileDataItem--noLabel .profileDataItem__label {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="text"] {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue