scss-library/components/05_Molecules/teaser/_teaser.styl

45 lines
848 B
Stylus

+RV-Block('RV-Teaser')
RV-CSSParameter({
image-height: 300px,
image-width: 300px,
shadow-color: #6b5690
})
RV-Fan(--image-height, --image-width)
RV-BoxShadow()
+RV-Element('Image')
RV-Fan__Base(--image-height, --image-width)
+RV-Element('Preview')
RV-Fan__Surface(--image-height, --image-width)
RV-FlexRow()
+RV-Squash()
RV-FlexRow--vertical()
RV-Spacing__Inner--medium()
> *
height unset
+RV-Element('Text')
flex 1
+RV-Element('Headline')
font-family sans-serif
color primary-color
justify-self center
+RV-Element('Buttons')
RV-FlexRow__Item()
RV-FlexRow()
+RV-Squash()
RV-FlexRow__Item--content()
RV-Spacing__Inner--small()
RV-FlexRow--horizontal()
padding 0
+RV-Block--modifier('')
RV-Fan--auto(--image-height, --image-width)
RV-BoxShadow--drop(--shadow-color)