30 lines
538 B
SCSS
30 lines
538 B
SCSS
.learning--post--page {
|
|
.s1 {
|
|
margin-top: 100px;
|
|
|
|
.post {
|
|
background: #fff;
|
|
@extend %defaultBorderRadius;
|
|
@extend %defaultBoxShadow;
|
|
|
|
.ck-content {
|
|
padding: 25px 15px 35px;
|
|
}
|
|
|
|
video.media {
|
|
width: 100%;
|
|
//height: 600px;
|
|
background: #000;
|
|
border-top-left-radius: 15px;
|
|
border-top-right-radius: 15px;
|
|
}
|
|
|
|
img.media {
|
|
width: 100%;
|
|
border-top-left-radius: 15px;
|
|
border-top-right-radius: 15px;
|
|
}
|
|
}
|
|
}
|
|
}
|