hotel_commerce/admin811h5zra6/themes/default/sass/modules/_mixins.sass
2023-06-26 13:09:26 +05:30

17 lines
319 B
Sass

// Avatar
@mixin avatar($size, $radius)
height: $size
width: $size
display: inline-block
text-align: center
overflow: hidden
-webkit-border-radius: $radius
border-radius: $radius
img
width: 100%
height: 100%
i
font-size: $size/3*2
line-height: $size