ifmeorg/ifme

View on GitHub
client/app/pages/MomentTemplates/MomentTemplates.scss

Summary

Maintainability
Test Coverage
@import '~styles/_global.scss';

.newTemplate {
  @media screen and (max-width: $small) {
    width: 100%;
  }

  button {
    font-weight: bold;

    @media screen and (max-width: $small) {
      width: inherit;
    }
  }
}