blob: d2f68e2a44fe6198ecdf6f013cd09afdd6b13daa (
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;
}
.eye-button {
line-height: 1 !important;
}
|