aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.scss
blob: aeb1c8bec090b2ae67fe755e31898b3e5585c49a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
@use '_variables';
@use '_mixins';

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

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