aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/users/user-edit/user-password.component.scss
blob: 9185e787cae00e7c9ca82278ca49106902f488fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@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;
}

.input-group-append {
  height: 30px;
}