Honsely, I don't know what happened here

This commit is contained in:
2021-03-03 00:49:21 +01:00
parent a0240b2ec8
commit 6f4170af8e
70 changed files with 2415 additions and 372 deletions

View File

@@ -60,7 +60,7 @@ RV-ContentCrop--XtoY(x=1, y=1)
+RV-Block__Modifier--name('XtoY')
width 100%
padding-top 100% * (y / x)
padding-top 100% * (--y / --x)
position relative
.RV-Image *
@@ -96,12 +96,13 @@ RV-ContentCrop__Text--fade(background-color=white)
&:after
background-image linear-gradient(180deg, rgba(255, 255, 255, 0), background-color)
display block
content ' '
opacity 0.8
content '###'
color transparent
opacity 1
position relative
top -25%
top -30px
width 100%
height 25%
height 30px
z-index 10
RV-ContentCrop__Text--ellipsis(background-color=white)