UNPKG

@nomios/web-uikit

Version:
12 lines (11 loc) 301 B
@define-mixin circular-shape $size, $backgroundColor: transparent { position: relative; width: $(size); height: $(size); overflow: hidden; display: inline-flex; justify-content: center; align-items: center; background-color: $backgroundColor; border-radius: 50%; }