16 lines
211 B
SCSS
16 lines
211 B
SCSS
.LP-PlaceTeaser {
|
|
@include RV-Turner(200px, 280px);
|
|
@include RV-Turner--auto;
|
|
|
|
&__Image {
|
|
@include RV-Turner__Base;
|
|
|
|
.LP-Image {
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
&__Meta {
|
|
@include RV-Turner__Content;
|
|
}
|
|
} |