sparkletown/sparkle

View on GitHub
src/components/molecules/DefaultAvatars/DefaultAvatars.scss

Summary

Maintainability
Test Coverage
@import "pages/Account/Account.scss";

.DefaultAvatars {
  display: flex;
  flex-direction: row;

  &__preview-container {
    background-color: transparent;
    border: none;
  }

  &__picture-preview {
    width: 40px;
    height: 40px;
    border: 0px solid;
  }
}