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:
parent
aa5ee5017a
commit
f8b530e0a5
26 changed files with 177 additions and 100 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue