mirror of https://gitlab.com/bashrc2/epicyon
Transparent style
parent
db6d0d0ba2
commit
4a9e51ce32
|
@ -94,6 +94,14 @@ form {
|
||||||
border-radius: var(--form-border-radius);
|
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] {
|
input[type=text], input[type=password] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 12px 20px;
|
padding: 12px 20px;
|
||||||
|
|
Loading…
Reference in New Issue