aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular/videos/components/list/videos-list.component.scss
blob: 82ddd80e57f4076c86dce4cce7ad052449727979 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.video {
  margin-bottom: 10px;
  transition: margin 0.5s ease;

  &:hover {
    margin-left: 5px;
  }

  a.video_name {
    color: #333333;
    margin-right: 5px;
  }

  .video_pod_url {
    font-size: small;
    color: rgba(0, 0, 0, 0.5);
  }

  .video_description {
    font-size: small;
    font-style: italic;
    margin-left: 7px;
  }

  .video_remove {
    margin: 5px;
    cursor: pointer;
  }
}

.loading {
  display: inline-block;
  margin-top: 100px;
}