7a4fdb34daf1acc19b7c5ec15f98ede74d782c00
[oweals/peertube.git] /
1 input[type=password] {
2   @include peertube-input-text(340px);
3   display: block;
4
5   &#new-confirmed-password {
6     margin-top: 15px;
7   }
8 }
9
10 input[type=submit] {
11   @include peertube-button;
12   @include orange-button;
13
14   margin-top: 15px;
15 }
16