]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/misc/simple-search-input.component.scss
Redesign channel page
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / misc / simple-search-input.component.scss
CommitLineData
37024082
RK
1@import '_variables';
2@import '_mixins';
3
4span {
5 opacity: .6;
6
7 &:focus-within {
8 opacity: 1;
9 }
10}
11
12my-global-icon {
13 height: 18px;
14 position: relative;
15 top: -2px;
16}
17
18input {
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}