1
0
Fork 0
peertube/client/src/app/header/suggestion.component.scss

36 lines
555 B
SCSS
Raw Normal View History

2021-05-27 16:25:00 +00:00
@use '_variables' as *;
@use '_mixins' as *;
a {
@include disable-default-a-behaviour;
2021-04-28 14:41:07 +00:00
width: 100%;
2021-04-28 14:41:07 +00:00
&,
&:hover {
color: pvar(--mainForegroundColor);
&.focus-visible {
background-color: pvar(--mainHoverColor);
color: pvar(--mainBackgroundColor);
}
}
}
.bg-gray {
background-color: pvar(--mainBackgroundColor);
}
.text-gray-light {
color: pvar(--mainForegroundColor);
}
my-global-icon {
2021-04-28 14:41:07 +00:00
@include apply-svg-color(pvar(--mainForegroundColor));
width: 17px;
position: relative;
top: -2px;
margin: 5px;
}