mirror of https://github.com/Chocobozzz/PeerTube
Fix CSS input displaying contact form + remove contact button underline
parent
dfca0f5fc2
commit
47162a9c96
|
@ -15,6 +15,11 @@
|
|||
@include orange-button;
|
||||
|
||||
height: fit-content;
|
||||
|
||||
&:hover,
|
||||
&:active {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
input[type=text] {
|
||||
@include peertube-input-text(340px);
|
||||
display: block;
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
|
Loading…
Reference in New Issue