|
|
|
@ -4,7 +4,8 @@ |
|
|
|
|
@import "./LessonPlayList/index.scss"; |
|
|
|
|
|
|
|
|
|
.video-tube { |
|
|
|
|
&__light { |
|
|
|
|
&-light { |
|
|
|
|
background-color: white; |
|
|
|
|
h1, |
|
|
|
|
p { |
|
|
|
|
color: black !important; |
|
|
|
@ -13,40 +14,61 @@ |
|
|
|
|
&__content { |
|
|
|
|
&--comments { |
|
|
|
|
color: black !important; |
|
|
|
|
header{ |
|
|
|
|
background-color: inherit !important; |
|
|
|
|
h2{ |
|
|
|
|
color: $green !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
button{ |
|
|
|
|
color: $green !important; |
|
|
|
|
background-color: inherit; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&--addComment { |
|
|
|
|
textarea { |
|
|
|
|
background-color: white !important; |
|
|
|
|
background-color: $gray13; |
|
|
|
|
color: black !important; |
|
|
|
|
border: none; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&__sidebar { |
|
|
|
|
header { |
|
|
|
|
background-color: white !important; |
|
|
|
|
background-color: $gray12; |
|
|
|
|
* { |
|
|
|
|
color: black !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&--playlist{ |
|
|
|
|
border: 1px solid $gray7; |
|
|
|
|
border-top: none; |
|
|
|
|
} |
|
|
|
|
&--suggests{ |
|
|
|
|
border : none; |
|
|
|
|
&__list{ |
|
|
|
|
background-color: inherit; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&--attachments{ |
|
|
|
|
border: none; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&-dark { |
|
|
|
|
.video-tube{ |
|
|
|
|
&__content { |
|
|
|
|
margin-left: 15px; |
|
|
|
|
|
|
|
|
|
&--display { |
|
|
|
|
border-bottom: 1px solid $gray8; |
|
|
|
|
padding-bottom: 30px; |
|
|
|
|
video { |
|
|
|
|
border: 1px solid $gray8; |
|
|
|
|
} |
|
|
|
|
span { |
|
|
|
|
color: $green4; |
|
|
|
|
padding: 15px 0px; |
|
|
|
|
} |
|
|
|
|
h1 { |
|
|
|
|
color: white; |
|
|
|
|
margin-bottom: 20px; |
|
|
|
|
} |
|
|
|
|
p { |
|
|
|
|
color: white; |
|
|
|
@ -55,6 +77,99 @@ |
|
|
|
|
&--comments { |
|
|
|
|
color: white; |
|
|
|
|
border-bottom: 1px solid $gray8; |
|
|
|
|
header { |
|
|
|
|
h2 { |
|
|
|
|
color: white; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
button { |
|
|
|
|
background-color: inherit; |
|
|
|
|
color: $green; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&--addComment { |
|
|
|
|
textarea { |
|
|
|
|
background-color: $gray8; |
|
|
|
|
color: white; |
|
|
|
|
&::placeholder { |
|
|
|
|
color: $gray4; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&__sidebar { |
|
|
|
|
&--playlist { |
|
|
|
|
border: 1px solid $gray8; |
|
|
|
|
header { |
|
|
|
|
color: white; |
|
|
|
|
} |
|
|
|
|
&___list { |
|
|
|
|
/* Track */ |
|
|
|
|
&::-webkit-scrollbar-track { |
|
|
|
|
box-shadow: inset 0 0 5px inherit; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Handle */ |
|
|
|
|
&::-webkit-scrollbar-thumb { |
|
|
|
|
background: $gray; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Handle on hover */ |
|
|
|
|
&::-webkit-scrollbar-thumb:hover { |
|
|
|
|
background: white; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&--attachments { |
|
|
|
|
border: 1px solid $gray8; |
|
|
|
|
header { |
|
|
|
|
color: white; |
|
|
|
|
} |
|
|
|
|
&___list { |
|
|
|
|
/* Track */ |
|
|
|
|
&::-webkit-scrollbar-track { |
|
|
|
|
box-shadow: inset 0 0 5px inherit; |
|
|
|
|
} |
|
|
|
|
/* Handle */ |
|
|
|
|
&::-webkit-scrollbar-thumb { |
|
|
|
|
background: $gray10; |
|
|
|
|
} |
|
|
|
|
/* Handle on hover */ |
|
|
|
|
&::-webkit-scrollbar-thumb:hover { |
|
|
|
|
background: white; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&--suggests { |
|
|
|
|
border: 1px solid $gray8; |
|
|
|
|
header { |
|
|
|
|
color: white; |
|
|
|
|
span { |
|
|
|
|
background-color: #00fff74f; |
|
|
|
|
color: $blue2; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&__content { |
|
|
|
|
margin-left: 15px; |
|
|
|
|
|
|
|
|
|
&--display { |
|
|
|
|
padding-bottom: 30px; |
|
|
|
|
video { |
|
|
|
|
} |
|
|
|
|
span { |
|
|
|
|
padding: 15px 0px; |
|
|
|
|
} |
|
|
|
|
h1 { |
|
|
|
|
margin-bottom: 20px; |
|
|
|
|
} |
|
|
|
|
p { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&--comments { |
|
|
|
|
padding-bottom: 30px; |
|
|
|
|
header { |
|
|
|
|
padding: 20px 0px; |
|
|
|
@ -63,9 +178,7 @@ |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
button { |
|
|
|
|
background-color: inherit; |
|
|
|
|
border: none; |
|
|
|
|
color: $green; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&--addComment { |
|
|
|
@ -74,25 +187,18 @@ |
|
|
|
|
textarea { |
|
|
|
|
width: 100%; |
|
|
|
|
border-radius: 12px; |
|
|
|
|
background-color: $gray8; |
|
|
|
|
padding: 10px; |
|
|
|
|
color: white; |
|
|
|
|
&:focus { |
|
|
|
|
outline: none; |
|
|
|
|
} |
|
|
|
|
&::placeholder { |
|
|
|
|
color: $gray4; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&__sidebar { |
|
|
|
|
&--playlist { |
|
|
|
|
border: 1px solid $gray8; |
|
|
|
|
margin-bottom: 30px; |
|
|
|
|
header { |
|
|
|
|
width: 100%; |
|
|
|
|
color: white; |
|
|
|
|
h2, |
|
|
|
|
p { |
|
|
|
|
margin: 0px; |
|
|
|
@ -110,28 +216,23 @@ |
|
|
|
|
|
|
|
|
|
/* Track */ |
|
|
|
|
&::-webkit-scrollbar-track { |
|
|
|
|
box-shadow: inset 0 0 5px inherit; |
|
|
|
|
border-radius: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Handle */ |
|
|
|
|
&::-webkit-scrollbar-thumb { |
|
|
|
|
background: $gray; |
|
|
|
|
border-radius: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Handle on hover */ |
|
|
|
|
&::-webkit-scrollbar-thumb:hover { |
|
|
|
|
background: white; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&--attachments { |
|
|
|
|
border: 1px solid $gray8; |
|
|
|
|
margin-bottom: 30px; |
|
|
|
|
header { |
|
|
|
|
width: 100%; |
|
|
|
|
color: white; |
|
|
|
|
h2, |
|
|
|
|
p { |
|
|
|
|
margin: 0px; |
|
|
|
@ -148,33 +249,26 @@ |
|
|
|
|
|
|
|
|
|
/* Track */ |
|
|
|
|
&::-webkit-scrollbar-track { |
|
|
|
|
box-shadow: inset 0 0 5px inherit; |
|
|
|
|
border-radius: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Handle */ |
|
|
|
|
&::-webkit-scrollbar-thumb { |
|
|
|
|
background: $gray10; |
|
|
|
|
border-radius: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Handle on hover */ |
|
|
|
|
&::-webkit-scrollbar-thumb:hover { |
|
|
|
|
background: white; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&--suggests { |
|
|
|
|
border: 1px solid $gray8; |
|
|
|
|
header { |
|
|
|
|
width: 100%; |
|
|
|
|
color: white; |
|
|
|
|
h2 { |
|
|
|
|
margin: 0px; |
|
|
|
|
} |
|
|
|
|
span { |
|
|
|
|
background-color: #00fff74f; |
|
|
|
|
color: $blue2; |
|
|
|
|
padding: 5px 8px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -571,7 +665,6 @@ |
|
|
|
|
} |
|
|
|
|
&___list { |
|
|
|
|
padding: 15px 12px; |
|
|
|
|
background-color: #08793d58; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|