]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/login/login.component.scss
Design other videos in watch video page
[github/Chocobozzz/PeerTube.git] / client / src / app / login / login.component.scss
CommitLineData
d235f6b0
C
1input:not([type=submit]) {
2 @include peertube-input-text(340px);
3 display: block;
4}
5
6input[type=submit] {
7 @include peertube-button;
8}