blob: 21aa81eebae7b5156d5d5ada6f22d29b10516caa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
@use '_variables' as *;
@use '_mixins' as *;
.modal-body {
font-size: 15px;
}
.button {
padding: 0 13px;
}
input[type=text] {
@include peertube-input-text(100%);
display: block;
}
|