2020-08-31 13:22:16 +00:00
|
|
|
@use "colors.sass" as c
|
2020-08-30 15:14:05 +00:00
|
|
|
@use "video-list-item.sass" as *
|
|
|
|
|
|
|
|
.subscriptions-page
|
|
|
|
padding: 40px 20px 20px
|
|
|
|
max-width: 900px
|
|
|
|
margin: 0 auto
|
|
|
|
|
|
|
|
.subscriptions-video
|
|
|
|
@include subscriptions-video
|
2020-08-31 13:22:16 +00:00
|
|
|
|
|
|
|
.no-subscriptions
|
|
|
|
text-align: center
|
|
|
|
|
|
|
|
.channels-details
|
|
|
|
margin-bottom: 24px
|
|
|
|
|
|
|
|
.channels-list
|
|
|
|
display: grid
|
|
|
|
grid-gap: 8px
|
|
|
|
|
|
|
|
.channel-item
|
|
|
|
display: flex
|
|
|
|
align-items: center
|
|
|
|
text-decoration: none
|
|
|
|
|
|
|
|
.thumbnail
|
|
|
|
width: 40px
|
|
|
|
height: 40px
|
|
|
|
border-radius: 50%
|
|
|
|
margin-right: 8px
|
|
|
|
|
|
|
|
.name
|
|
|
|
font-size: 22px
|
|
|
|
color: c.$fg-main
|