]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-forms/input-text.component.scss
Rename input toggle hidden to input text
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / input-text.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
f8b530e0
RK
3
4input {
5 @include peertube-input-text(auto);
27bc9586
C
6 @include padding-left(15px !important);
7 @include padding-right(15px !important);
4c8749cb 8}
f8b530e0 9
4c8749cb
C
10.btn {
11 font-size: 15px;
f8b530e0 12}
ab5b6689 13
b15fcd49
C
14my-global-icon {
15 width: 18px;
16}
17
4c8749cb
C
18.copy-text {
19 font-size: 14px;
20 margin-left: 5px;
21 vertical-align: top;
ab5b6689 22}