aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.scss
blob: b278c9654ef532d481770a53fa53928c6e4268a2 (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
.title-page-container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 25px;
  flex-wrap: wrap-reverse;

  .title-page.active, .title-page.title-page-single {
    margin-bottom: unset;
    margin-right: .5rem !important;
  }
}

.title-page-autoplay {
  display: flex;
  width: max-content;
  height: max-content;
  align-items: center;
  margin-left: auto;

  span {
    margin-right: 0.3rem;
    text-transform: uppercase;
    font-size: 85%;
    font-weight: 600;
  }
}

hr {
  margin-top: 0;
}