aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/input-text.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-10 15:58:38 +0200
committerChocobozzz <me@florianbigard.com>2022-06-10 15:58:38 +0200
commita70bf3bd3337406704af5907a015ba385df0483d (patch)
tree5c64314edae6dc68339116b26b7d0480cdb65e4e /client/src/app/shared/shared-forms/input-text.component.scss
parentb15fcd49bff880a8246cb48292af3ae8d66f0699 (diff)
downloadPeerTube-a70bf3bd3337406704af5907a015ba385df0483d.tar.gz
PeerTube-a70bf3bd3337406704af5907a015ba385df0483d.tar.zst
PeerTube-a70bf3bd3337406704af5907a015ba385df0483d.zip
Rename input toggle hidden to input text
It's more than just an hidden toggle
Diffstat (limited to 'client/src/app/shared/shared-forms/input-text.component.scss')
-rw-r--r--client/src/app/shared/shared-forms/input-text.component.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-forms/input-text.component.scss b/client/src/app/shared/shared-forms/input-text.component.scss
new file mode 100644
index 000000000..cc1646a69
--- /dev/null
+++ b/client/src/app/shared/shared-forms/input-text.component.scss
@@ -0,0 +1,22 @@
1@use '_variables' as *;
2@use '_mixins' as *;
3
4input {
5 @include peertube-input-text(auto);
6 @include padding-left(15px !important);
7 @include padding-right(15px !important);
8}
9
10.btn {
11 font-size: 15px;
12}
13
14my-global-icon {
15 width: 18px;
16}
17
18.copy-text {
19 font-size: 14px;
20 margin-left: 5px;
21 vertical-align: top;
22}