]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/header/suggestion.component.scss
Redesign account's channels page
[github/Chocobozzz/PeerTube.git] / client / src / app / header / suggestion.component.scss
CommitLineData
6af662a5
RK
1@import '_mixins';
2
3a {
4 @include disable-default-a-behaviour;
5 width: 100%;
6
7 &, &:hover {
e66883b3 8 color: pvar(--mainForegroundColor);
6af662a5
RK
9
10 &.focus-visible {
e66883b3
RK
11 background-color: pvar(--mainHoverColor);
12 color: pvar(--mainBackgroundColor);
6af662a5
RK
13 }
14 }
15}
16
17.bg-gray {
e66883b3 18 background-color: pvar(--mainBackgroundColor);
6af662a5
RK
19}
20
21.text-gray-light {
e66883b3 22 color: pvar(--mainForegroundColor);
6af662a5
RK
23}
24
25my-global-icon {
26 width: 17px;
27 position: relative;
28 top: -2px;
29 margin: 5px;
30
e66883b3 31 @include apply-svg-color(pvar(--mainForegroundColor));
6af662a5 32}