]>
Commit | Line | Data |
---|---|---|
328c78bc RK |
1 | @import '_variables'; |
2 | @import '_mixins'; | |
3 | ||
4 | input:not([type=submit]):not([type=checkbox]) { | |
5 | @include peertube-input-text(340px); | |
b426edd4 | 6 | |
328c78bc RK |
7 | display: block; |
8 | border-top-right-radius: 0; | |
9 | border-bottom-right-radius: 0; | |
931d3430 | 10 | border-right: 0; |
328c78bc RK |
11 | } |
12 | ||
13 | input[type=submit] { | |
14 | @include peertube-button; | |
97990c6e RK |
15 | @include danger-button; |
16 | @include disable-outline; | |
328c78bc RK |
17 | |
18 | margin-top: 10px; | |
19 | } | |
25a42e29 RK |
20 | |
21 | .input-group-append { | |
22 | height: 30px; | |
23 | } |