somewhere

This commit is contained in:
Swift
2023-08-17 13:05:51 +03:30
parent 30c7eb0e7b
commit 53843207cc
429 changed files with 117489 additions and 1 deletions
+29
View File
@@ -0,0 +1,29 @@
.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;
}
}
}
}