SU-SWS/stanford_profile

View on GitHub
themes/minimally_branded_subtheme/src/scss/utilities/mixins/_buttons.scss

Summary

Maintainability
Test Coverage
@charset "UTF-8";

// Define button mixins here
// Example: All mixin names should be prefaced with your abbreviation (saa, soe, ood, etc)

//@mixin example-button--gray {
  // button colors here

  /* don't forget to include decanter icon color overrides too;
  ** if you override a link color, you must also override the :after psuedo element
  ** so decanter icons correspond to the link color.
  */

  // Include the correct icon color mixin inside your mixins here
  //@include example--black-icons
//}