]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/src/app/+admin/follows/followers-list/followers-list.component.scss
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / followers-list / followers-list.component.scss
... / ...
CommitLineData
1@use '_variables' as *;
2@use '_mixins' as *;
3
4a {
5 @include disable-default-a-behaviour;
6 display: inline-block;
7
8 &,
9 &:hover {
10 color: pvar(--mainForegroundColor);
11 }
12
13 span {
14 font-size: 80%;
15 color: pvar(--inputPlaceholderColor);
16 }
17}
18
19.action-cell {
20 my-button:first-child {
21 @include margin-right(10px);
22 }
23}
24
25my-delete-button {
26 max-width: 130px;
27}