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.

21 lines
252B

  1. /*==========*/
  2. /* The Icon */
  3. /*==========*/
  4. .icon {
  5. height: 0.75em;
  6. height: 1cap;
  7. width: 0.75em;
  8. width: 1cap;
  9. }
  10. .with-icon {
  11. display: inline-flex;
  12. align-items: baseline;
  13. }
  14. .with-icon .icon {
  15. margin-inline-end: var(--space, 0.5em);
  16. }