Fix CSS input displaying contact form + remove contact button underline

pull/4196/head
Kimsible 2021-06-04 15:13:28 +02:00 committed by Chocobozzz
parent dfca0f5fc2
commit 47162a9c96
2 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,11 @@
@include orange-button;
height: fit-content;
&:hover,
&:active {
text-decoration: none;
}
}
}

View File

@ -3,6 +3,7 @@
input[type=text] {
@include peertube-input-text(340px);
display: block;
}
textarea {