426dde5b61
image fit Enhanced image cover added aspect control
21 lines
285 B
SCSS
21 lines
285 B
SCSS
@import "../../../../framework";
|
|
|
|
.content {
|
|
.img-square {
|
|
width: 25%;
|
|
margin: 0 -4px 0 0 !important;
|
|
|
|
@include image-fit();
|
|
}
|
|
|
|
.img-round {
|
|
width: 25%;
|
|
margin-right: -4px !important;
|
|
|
|
@include image-fit();
|
|
|
|
img {
|
|
border-radius: 50%;
|
|
}
|
|
}
|
|
} |