blob: e20f69b868ca5fd91ccf8bdb62240e04b09e4b62 (
plain) (
tree)
|
|
@import '_variables';
@import '_mixins';
input {
@include peertube-input-text(auto);
// set again properties of peertube-input-text that are overriden by .input-group
font-size: 15px !important;
padding-left: 15px !important;
padding-right: 15px !important;
}
|