blob: 260d7788837a2e6aea5cd0ffbc53bec1792005ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
@import 'variables';
@import 'mixins';
input[type=text] {
@include peertube-input-text(340px);
display: block;
}
textarea {
@include peertube-textarea(100%, 200px);
}
|