Lapanti/ts-react-boilerplate

View on GitHub
src/styles/button.scss

Summary

Maintainability
Test Coverage
@import 'variables';

.btn {
    background-color: $tertiary-color;
    border: 1px solid $primary-color;
    border-radius: 50%;
    cursor: pointer;
}