Aucune description

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .tim-row {
  2. margin-bottom: 20px;
  3. }
  4. .tim-white-buttons {
  5. background-color: #777777;
  6. }
  7. .typography-line {
  8. padding-left: 25%;
  9. margin-bottom: 35px;
  10. position: relative;
  11. display: block;
  12. width: 100%;
  13. }
  14. .typography-line span {
  15. bottom: 10px;
  16. color: #c0c1c2;
  17. display: block;
  18. font-weight: 400;
  19. font-size: 13px;
  20. line-height: 13px;
  21. left: 0;
  22. position: absolute;
  23. width: 260px;
  24. text-transform: none;
  25. }
  26. .tim-row {
  27. padding-top: 60px;
  28. }
  29. .tim-row h3 {
  30. margin-top: 0;
  31. }
  32. .offline-doc .page-header {
  33. display: flex;
  34. align-items: center;
  35. }
  36. .offline-doc .footer {
  37. position: absolute;
  38. width: 100%;
  39. background: transparent;
  40. bottom: 0;
  41. color: #fff;
  42. z-index: 1;
  43. }
  44. @media all and (min-width: 992px) {
  45. .sidebar .nav>li.active-pro {
  46. position: absolute;
  47. width: 100%;
  48. bottom: 10px;
  49. }
  50. }
  51. .card.card-upgrade .card-category {
  52. max-width: 530px;
  53. margin: 0 auto;
  54. }