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

56 lines
1.1 KiB
Stylus
Raw Normal View History

2021-03-19 13:51:57 +01:00
RV-Teaser__Image(image-height, image-width)
+RV-Element()
RV-Fan__Base(image-height, image-width)
2021-03-19 13:51:57 +01:00
RV-Teaser__Preview(image-height, image-width)
+RV-Element()
2021-03-10 02:59:26 +01:00
RV-FlexRow()
2021-03-19 13:51:57 +01:00
RV-FlexRow--vertical()
RV-Spacing__Inner--medium()
RV-Fan__Surface(image-height, image-width)
2021-03-10 02:59:26 +01:00
> *
height unset
2021-03-19 13:51:57 +01:00
RV-Teaser__Text()
+RV-Element()
flex 1
2021-03-19 13:51:57 +01:00
RV-Teaser__Headline()
+RV-Element()
font-family sans-serif
color primary-color
justify-self center
2021-03-19 13:51:57 +01:00
RV-Teaser__Buttons()
+RV-Element()
RV-FlexRow__Item()
2021-03-10 02:59:26 +01:00
RV-FlexRow()
2021-03-19 13:51:57 +01:00
RV-FlexRow__Item--content()
RV-Spacing__Inner--small()
2021-03-19 13:51:57 +01:00
RV-FlexRow--horizontal()
padding 0
2021-03-19 13:51:57 +01:00
RV-Teaser()
+RV-Block()
RV-CSSParameter({
image-height: 300px,
image-width: 300px,
shadow-color: #6b5690
})
RV-Fan(--image-height, --image-width)
RV-BoxShadow()
RV-Teaser__Image(--image-height, --image-width)
RV-Teaser__Preview(--image-height, --image-width)
RV-Teaser__Text()
RV-Teaser__Headline()
RV-Teaser__Buttons()
2021-03-10 00:58:20 +01:00
RV-Fan--auto(--image-height, --image-width)
2021-03-19 13:51:57 +01:00
RV-BoxShadow--drop(--shadow-color)
RV-Teaser()