1
0
Fork 0
peertube/client/src/app/+reset-password/reset-password.component.scss

13 lines
200 B
SCSS
Raw Normal View History

2021-05-27 15:45:36 +00:00
@use '_variables';
@use '_mixins';
2018-01-30 12:27:07 +00:00
input:not([type=submit]) {
@include peertube-input-text(340px);
display: block;
}
input[type=submit] {
@include peertube-button;
@include orange-button;
}