1
0
Fork 0
peertube/client/src/app/shared/shared-main/feeds/feed.component.scss

22 lines
272 B
SCSS
Raw Normal View History

2021-05-27 16:25:00 +00:00
@use '_variables' as *;
@use '_mixins' as *;
2020-11-16 10:55:17 +00:00
.feed {
2021-04-15 13:31:03 +00:00
width: 100%;
2023-03-15 13:20:26 +00:00
color: inherit;
a {
2023-03-15 13:20:26 +00:00
color: pvar(--mainForegroundColor);
display: block;
min-width: 100px;
2023-03-15 13:20:26 +00:00
&:hover {
text-decoration: underline;
}
}
2021-04-15 13:31:03 +00:00
}
2021-04-15 13:31:03 +00:00
my-global-icon {
width: 100%;
}