Files
scss-grid/examples/layout/image/cover/cover.scss
T
simongehrig 9cd926a1e5 Added Menu Mixins:
Desktop vertical
Desktop vertical
Tablet/Phone Fullscreen
Toggle Button
2017-03-29 12:14:21 +02:00

21 lines
294 B
SCSS

@import "../../../../framework";
.content {
.img-square {
width: 25%;
margin: 0 -4px 0 0 !important;
@include image-cover(0.75);
}
.img-round {
width: 25%;
margin-right: -4px !important;
@include image-cover(1);
img {
border-radius: 50%;
}
}
}