aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+reset-password/reset-password.component.scss
blob: 5494e29c6fa6a1460687e22708185d9a2dbeeb04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
@use '_variables' as *;
@use '_mixins' as *;

input:not([type=submit]) {
  @include peertube-input-text(340px);
  display: block;
}

input[type=submit] {
  @include peertube-button;
  @include orange-button;
}