ashirahattia/cs169-pgm

View on GitHub
app/assets/stylesheets/matches.scss

Summary

Maintainability
Test Coverage
// Place all the styles related to the Matches controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
@import "_variables.scss";
@import "_matchtable.scss";

body, html {
    color: $primary-text-color;
}

#rematch-confirm-modal {
    display: none;
}