projects
/
oweals
/
peertube.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
efec6b70688326fd5d612f099a7d4e1362aad06a
[oweals/peertube.git]
/
1
@import '_variables';
2
@import '_mixins';
3
4
input:not([type=submit]) {
5
@include peertube-input-text(340px);
6
display: block;
7
}
8
9
input[type=submit] {
10
@include peertube-button;
11
@include orange-button;
12
}