clean up
This commit is contained in:
parent
e6de932764
commit
da58d0723a
|
@ -56,10 +56,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__photo {}
|
//&__photo {}
|
||||||
|
|
||||||
&__video {
|
&__video {
|
||||||
// border-radius: 3px;
|
|
||||||
|
|
||||||
$height-content: 150px;
|
$height-content: 150px;
|
||||||
|
|
||||||
|
@ -70,7 +69,6 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 55px;
|
top: 55px;
|
||||||
left: 65px;
|
left: 65px;
|
||||||
// outline: 2px solid greenyellow;
|
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
@ -95,18 +93,16 @@
|
||||||
&--image {
|
&--image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: $height-content;
|
height: $height-content;
|
||||||
// border: 1px solid salmon;
|
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&--content {
|
&--content {
|
||||||
//width: 300px;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: $height-content;
|
height: $height-content;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__rich {}
|
// &__rich {}
|
||||||
}
|
}
|
Loading…
Reference in New Issue