You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
333 B
SCSS
19 lines
333 B
SCSS
@import "./../common/abstracts/_mixin.scss";
|
|
@import "./../common/abstracts/variable.scss";
|
|
|
|
@include b(img) {
|
|
position: relative;
|
|
display: inline-block;
|
|
|
|
image {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
@include when(round) {
|
|
overflow: hidden;
|
|
border-radius: 50%;
|
|
}
|
|
}
|