aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.scss
blob: 88738e54d997a992c5b1ba7e7ddcf2ae66e93df3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@use '_mixins' as *;
@use '_variables' as *;
@use '_actor' as *;

.add-sync {
  @include create-button;
}

.actor {
  @include actor-row($min-height: auto, $separator: true);
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}