mirror of https://github.com/onweru/compose.git

weru
07.08.2020 9993414bb581085441b75de9534fc058647b94d1
assets/sass/_components.sass
@@ -70,19 +70,20 @@
      margin-left: 0.5rem
.video
  &_embed
    position: relative
    padding-bottom: 56.25%
    padding-top: 30px
    height: 0
    overflow: hidden
    margin: 25px 0
    iframe,
    object,
    embed
      position: absolute
      top: 0
      left: 0
      width: 100%
      height: 100%
  overflow: hidden
  padding-bottom: 56.25%
  position: relative
  height: 0
  margin: 1.5rem 0
  border-radius: 0.6rem
  background-color: var(--bg)
  box-shadow: 0 1rem 2rem rgba(0,0,0,0.17)
  iframe
    left: 0
    top: 0
    height: 100%
    width: 100%
    border: none
    position: absolute
    transform: scale(1.02)