aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/users/user-edit/user-password.component.scss
blob: 5cd93f6af140fe2b43e37aca49759343507ece40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import '_variables';
@import '_mixins';

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

  display: block;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

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

  margin-top: 10px;
}