allow administration to change/reset a user's password
[oweals/peertube.git] / client / src / app / +admin / users / user-edit / user-password.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 input:not([type=submit]):not([type=checkbox]) {
5   @include peertube-input-text(340px);
6   display: block;
7   border-top-right-radius: 0;
8   border-bottom-right-radius: 0;
9   border-right: none;
10 }
11
12 input[type=submit] {
13   @include peertube-button;
14   @include orange-button;
15
16   margin-top: 10px;
17 }
18
19 .input-group-append {
20   height: 30px;
21 }