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.
 
 
 

110 lines
1.7 KiB

  1. #features {
  2. background: @light-gray;
  3. text-align: center;
  4. h3 {
  5. margin-top: -20px;
  6. font-size: 25px;
  7. line-height: 1.2;
  8. }
  9. p {
  10. font-size: 18px
  11. }
  12. i {
  13. color: @blue;
  14. font-size: 100px;
  15. }
  16. padding:100px 0;
  17. }
  18. #samples {
  19. h4 {
  20. margin-top: 30px;
  21. }
  22. code {
  23. display: block;
  24. padding: 10px 20px;
  25. background: @dark-blue;
  26. font-family: @font-family-mono;
  27. font-size: 12px;
  28. border-radius: 5px;
  29. color: #fff;
  30. text-align: left;
  31. font-weight: 400;
  32. text-wrap:none;
  33. }
  34. padding: 50px 0;
  35. text-align: center;
  36. .btn-cta {
  37. margin: 30px 0;
  38. cursor: pointer;
  39. }
  40. h4 {
  41. text-align: left;
  42. }
  43. }
  44. #share {
  45. text-align:center;
  46. background: @blue;
  47. color: #fff;
  48. i {
  49. font-size: 50px;
  50. }
  51. ul {
  52. margin-top: 30px;
  53. list-style:none;
  54. padding: 0;
  55. }
  56. li {
  57. margin: 0 20px;
  58. display:inline-block;
  59. }
  60. padding: 75px 0;
  61. a {
  62. color: #fff;
  63. }
  64. }
  65. footer {
  66. text-align: center;
  67. background: @dark-blue;
  68. padding: 30px 0;
  69. color: #fff;
  70. p {
  71. margin: 0;
  72. }
  73. i {
  74. color: @red;
  75. }
  76. a {
  77. color: @light-gray;
  78. }
  79. img {
  80. max-height: 40px;
  81. margin-bottom: 30px;
  82. }
  83. }
  84. #contact {
  85. text-align: center;
  86. i {
  87. font-size: 160px;
  88. color: @blue;
  89. }
  90. padding:100px 0;
  91. @media (min-width: @screen-sm-min) {
  92. i {
  93. font-size: 160px;
  94. }
  95. }
  96. h2 {
  97. margin-top: -50px;
  98. margin-bottom: 40px;
  99. }
  100. padding: 150px 0;
  101. }