Merge branch 'develop' into pr/1285
[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
7   display: block;
8   border-top-right-radius: 0;
9   border-bottom-right-radius: 0;
10   border-right: none;
11 }
12
13 input[type=submit] {
14   @include peertube-button;
15   @include orange-button;
16
17   margin-top: 10px;
18 }
19
20 .input-group-append {
21   height: 30px;
22 }