]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-forms/advanced-input-filter.component.scss
Implement two factor in client
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / advanced-input-filter.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
1fd61899 3
dd6d2a7c
C
4.dropdown-item {
5 font-size: 14px;
6}
7
1fd61899
C
8input {
9 @include peertube-input-text(250px);
10}
11
12.input-group-text {
13 background-color: transparent;
14}
dd6d2a7c
C
15
16my-global-icon {
17 $size: 18px;
18 $margin: 2px;
19
20 @include margin-right($margin);
21
22 opacity: 1;
23 width: 18px;
24 height: 18px;
25
dd6d2a7c
C
26 &.no-visible {
27 @include margin-right($size + $margin);
28
29 width: 0;
30 height: 0;
31 }
32}