style.css 275 B

1234567891011121314
  1. /* Custom Stylesheet */
  2. /**
  3. * Use this file to override Materialize files so you can update
  4. * the core Materialize files in the future
  5. *
  6. * Made By MaterializeCSS.com
  7. */
  8. .icon-block {
  9. padding: 0 15px;
  10. }
  11. .icon-block .material-icons {
  12. font-size: inherit;
  13. }