您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

21 行
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. }