9cd926a1e5
Desktop vertical Desktop vertical Tablet/Phone Fullscreen Toggle Button
21 lines
294 B
SCSS
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%;
|
|
}
|
|
}
|
|
} |