PeerTube/client/src/app/+admin/follows/followers-list/followers-list.component.scss

24 lines
332 B
SCSS

@import '_variables';
@import '_mixins';
a {
@include disable-default-a-behaviour;
display: inline-block;
&,
&:hover {
color: pvar(--mainForegroundColor);
}
span {
font-size: 80%;
color: pvar(--inputPlaceholderColor);
}
}
.action-cell {
my-button:first-child {
@include margin-right(10px);
}
}