Transparent style

merge-requests/16/head
Bob Mottram 2021-02-06 14:40:59 +00:00
parent db6d0d0ba2
commit 4a9e51ce32
1 changed files with 8 additions and 0 deletions

View File

@ -94,6 +94,14 @@ form {
border-radius: var(--form-border-radius);
}
.transparent {
color: transparent;
background: transparent;
font-size: 0px;
line-height: 0px;
height: 0px;
}
input[type=text], input[type=password] {
width: 100%;
padding: 12px 20px;