Lightweight CSS Framework for Building Apps and Websites https://crispy-css.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
392 B

4 years ago
  1. /**
  2. * components: header
  3. *
  4. *
  5. * @author Björn Hase, Tentakelfabrik
  6. * @license http://opensource.org/licenses/MIT The MIT License
  7. * @link https://github.com/tentakelfabrik/crispy-css
  8. *
  9. */
  10. @mixin component__button() {
  11. .button {
  12. &--transparent {
  13. padding: 0;
  14. margin: 0;
  15. border: 0;
  16. background: transparent;
  17. }
  18. }
  19. }