]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-main/misc/simple-search-input.component.scss
Allow users/visitors to search through an account's videos (#3589)
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / misc / simple-search-input.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 span {
5 opacity: .6;
6
7 &:focus-within {
8 opacity: 1;
9 }
10 }
11
12 my-global-icon {
13 height: 18px;
14 position: relative;
15 top: -2px;
16 }
17
18 input {
19 @include peertube-input-text(150px);
20
21 height: 22px; // maximum height for the account/video-channels links
22 padding-left: 10px;
23 background-color: transparent;
24 border: none;
25
26 &::placeholder {
27 font-size: 15px;
28 }
29 }