blob: efec6b70688326fd5d612f099a7d4e1362aad06a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
@import '_variables';
@import '_mixins';
input:not([type=submit]) {
@include peertube-input-text(340px);
display: block;
}
input[type=submit] {
@include peertube-button;
@include orange-button;
}
|