Nessuna descrizione
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.

_compare.scss 891B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /*------------------*
  2. # Compare Page
  3. *------------------*/
  4. @media (max-width: 991px) {
  5. .compare-section .table {
  6. min-width: 800px;
  7. }
  8. }
  9. .compare-section img {
  10. max-width: 150px;
  11. }
  12. .compare-section .title {
  13. font-weight: fontweight(bold);
  14. font-size: 30px;
  15. border-bottom: 1px solid $border-color;
  16. }
  17. .compare-section .sub-title {
  18. font-size: 15px;
  19. padding: 20px 0;
  20. }
  21. .compare-section .table .thead-light th {
  22. background-color: $color-white;
  23. border-color: $border-color;
  24. }
  25. .compare-section .table td,
  26. .compare-section .table th {
  27. vertical-align: middle;
  28. border: 1px solid $border-color;
  29. padding: 15px;
  30. font-size: 15px;
  31. }
  32. .compare-section .table th {
  33. text-transform: capitalize;
  34. }
  35. .compare-section .table td {
  36. text-transform: capitalize;
  37. }
  38. .compare-section .table td p {
  39. text-transform: initial;
  40. }
  41. /* ***************
  42. compare End
  43. ******************/