diff --git a/components/05_Molecules/teaser/_teaser.styl b/components/05_Molecules/teaser/_teaser.styl index 8c1643e..36c652c 100644 --- a/components/05_Molecules/teaser/_teaser.styl +++ b/components/05_Molecules/teaser/_teaser.styl @@ -8,27 +8,19 @@ RV-Fan(--image-height, --image-width) RV-BoxShadow() - RV-BoxShadow--drop(--shadow-color) +RV-Element('Image') RV-Fan__Base(--image-height, --image-width) +RV-Element('Preview') - RV-FlexRow() - RV-FlexRow--vertical() RV-Fan__Surface(--image-height, --image-width) - RV-Spacing__Inner--medium() + +RV-Squash() + RV-FlexRow() + RV-FlexRow--vertical() + RV-Spacing__Inner--medium() +RV-Element('Text') - color text-color flex 1 - RV-ContentCrop() - RV-ContentCrop__Text() - RV-ContentCrop__Text--fade() - - .RV-Text - height 100% - +RV-Element('Headline') font-family sans-serif @@ -37,11 +29,14 @@ +RV-Element('Buttons') RV-FlexRow__Item() - RV-FlexRow__Item--content() - RV-Spacing__Inner--small() + +RV-Squash() + RV-FlexRow__Item--content() + RV-Spacing__Inner--small() - RV-FlexRow() - RV-FlexRow--horizontal() + RV-FlexRow() + RV-FlexRow--horizontal() padding 0 - - RV-Fan--auto(--image-height, --image-width) \ No newline at end of file + + +RV-Squash() + RV-Fan--auto(--image-height, --image-width) + RV-BoxShadow--drop(--shadow-color) \ No newline at end of file diff --git a/components/05_Molecules/teaser/teaser.hbs b/components/05_Molecules/teaser/teaser.hbs index 016c2ea..d2f350d 100644 --- a/components/05_Molecules/teaser/teaser.hbs +++ b/components/05_Molecules/teaser/teaser.hbs @@ -1,19 +1,20 @@