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.

20 lines
361 B

5 years ago
5 years ago
  1. .icon {
  2. display: inline-block;
  3. width: 1em;
  4. height: 1em;
  5. stroke-width: 0;
  6. stroke: currentColor;
  7. fill: currentColor;
  8. }
  9. /* ==========================================
  10. Single-colored icons can be modified like so:
  11. .icon-name {
  12. font-size: 32px;
  13. color: red;
  14. }
  15. ========================================== */
  16. .icon-spaceinvaders {
  17. width: 1.03125em;
  18. }