WebDomain.scss 468 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .web-stats,
  2. .add-ftp {
  3. text-decoration: line-through;
  4. }
  5. .r-col {
  6. .stats {
  7. .c-2 {
  8. margin-left: 20px;
  9. }
  10. }
  11. }
  12. .r-col {
  13. .c-2 span.stat,
  14. .c-3 span.stat {
  15. margin-left: 1rem;
  16. }
  17. .name {
  18. display: flex;
  19. align-items: center;
  20. > div:nth-child(1) {
  21. margin-right: 2rem;
  22. }
  23. .dns-name-span {
  24. font-style: italic;
  25. color: #858585;
  26. font-size: 14px;
  27. }
  28. }
  29. }
  30. div.crossed {
  31. text-decoration: line-through;
  32. }