No Description
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.

front-page-pricing.css 530B

1234567891011121314151617181920212223242526272829
  1. .circle-bullets {
  2. list-style-type: none;
  3. }
  4. .pricing-plans-comparison .table tr > th:first-child,
  5. .pricing-plans-comparison .table tr > td:first-child {
  6. white-space: nowrap;
  7. text-align: start;
  8. }
  9. .pricing-plans-comparison .table tbody tr:last-child td {
  10. border-bottom: 0;
  11. }
  12. .price-yearly-toggle {
  13. position: absolute;
  14. margin: auto;
  15. left: 0;
  16. right: 0;
  17. }
  18. @media (min-width: 992px) {
  19. .pricing-free-trial img {
  20. position: absolute;
  21. bottom: 0;
  22. inset-inline-end: 0;
  23. height: 110%;
  24. width: auto;
  25. }
  26. }