1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

unify inputs requiring buttons like password inputs

This commit is contained in:
Rigel Kent 2020-12-04 15:58:55 +01:00
parent aa5ee5017a
commit f8b530e0a5
No known key found for this signature in database
GPG key ID: 5E53E96A494E452F
26 changed files with 177 additions and 100 deletions

View file

@ -0,0 +1,11 @@
@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;
}