Translated using Weblate (Kabyle)
[oweals/peertube.git] / client / src / app / +reset-password / reset-password.component.scss
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 }