stylist / frontend / src / components / Navbar / UserIcon / UserIcon.module.scss
UserIcon.module.scss
Raw
@import '../../../styles/mixins';

.imageContainer {
  height: 40px;
  width: 40px;
  position: relative;
  margin: 0px;
  border-radius: 50%;
  overflow: hidden;
}

@include mobile() {
  .imageContainer {
    height: 40px;
    width: 40px;
    position: relative;
    margin: 0px;
    border-radius: 50%;
    overflow: hidden;
  }
}