EditHostsInfo.module.scss 197 B

1234567891011121314151617
  1. @import "../styles/common";
  2. .ln {
  3. margin-bottom: 20px;
  4. &:last-child {
  5. margin-bottom: 0;
  6. }
  7. }
  8. .refresh_info {
  9. color: var(--swh-font-color-weak);
  10. span {
  11. margin-right: 8px;
  12. }
  13. }