_pricing.css.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. header.pricing {
  2. padding-left: 40px;
  3. h3 {
  4. padding-top: 28px;
  5. line-height: inherit !important;
  6. }
  7. p {
  8. margin-left: 10px;
  9. }
  10. }
  11. .sub-pricing-table {
  12. .table {
  13. background-color:#ffffff;
  14. height:325px;
  15. width:100%;
  16. margin-top: 20px;
  17. }
  18. ul { margin: 0 !important; }
  19. ul li {
  20. border-bottom: 1px solid #DDDCD8;
  21. float:left;
  22. width:33%;
  23. text-align:center;
  24. border-left:1px solid #DDDCD8;
  25. list-style-type: none;
  26. &:last-child { border-right: 1px solid #DDDCD8 }
  27. height: 320px;
  28. }
  29. .top {
  30. background-color:#EAE9E4;
  31. height:125px;
  32. margin-bottom: 30px;
  33. .title {
  34. padding-top:20px;
  35. font-weight: 600;
  36. font-size: 1.8em;
  37. }
  38. &.featured {
  39. background: #242C2E;
  40. color: white;
  41. }
  42. }
  43. .price {
  44. font-size:20px;
  45. text-align:center;
  46. }
  47. .bottom {
  48. margin-top:20px;
  49. p {
  50. font-size:13px;
  51. font-family: 'Droid Serif', sans-serif;
  52. padding:5px;
  53. span {
  54. font-weight:bold;
  55. }
  56. }
  57. }
  58. .sign {
  59. top: 3330px;
  60. a {
  61. }
  62. }
  63. .purple {
  64. background-color:#5D4660;
  65. }
  66. .white {
  67. color:#FFFFFF;
  68. }
  69. .pink {
  70. background-color:#BC9B94;
  71. }
  72. }
  73. .home-pricing {
  74. .container-wrapper {
  75. margin-bottom: 0;
  76. }
  77. header.pricing {
  78. background: #242C2E image-url("home/brains_bg.png") 50% 50% no-repeat;
  79. background-size: cover;
  80. color: #a9c7cf;
  81. padding: 80px 0;
  82. text-align: center;
  83. h2 {
  84. color: #F7F7F7;
  85. font-weight: 100;
  86. margin-bottom: 0px;
  87. }
  88. h3 {
  89. color: #a9c7cf;
  90. font-family: "Open Sans", sans-serif;
  91. font-weight: 100;
  92. margin-bottom: 200px;
  93. }
  94. a.get-started {
  95. margin-top: 30px;
  96. }
  97. }
  98. section.pricing {
  99. margin-top: -230px;
  100. }
  101. }