暫無描述
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.scss 784B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /* Pricing
  2. ******************************************************************************* */
  3. @import "../_bootstrap-extended/include";
  4. .circle-bullets {
  5. list-style-type: none;
  6. }
  7. .pricing-plans-comparison {
  8. .table {
  9. tr {
  10. > th:first-child,
  11. > td:first-child {
  12. text-align: start;
  13. white-space: nowrap;
  14. }
  15. }
  16. tbody {
  17. tr:last-child {
  18. td {
  19. border-block-end: 0;
  20. }
  21. }
  22. }
  23. }
  24. }
  25. .price-yearly-toggle {
  26. position: absolute;
  27. margin: auto;
  28. inset-inline: 0;
  29. }
  30. /* To position illustration */
  31. @include media-breakpoint-up(lg) {
  32. .pricing-free-trial {
  33. img {
  34. position: absolute;
  35. block-size: 115%;
  36. inline-size: auto;
  37. inset-block-end: 0;
  38. inset-inline-end: 0;
  39. }
  40. }
  41. }