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.
 
 
 

108 lines
1.6 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. }
  33. padding: 50px 0;
  34. text-align: center;
  35. .btn-cta {
  36. margin: 30px 0;
  37. cursor: pointer;
  38. }
  39. h4 {
  40. text-align: left;
  41. }
  42. }
  43. #share {
  44. text-align:center;
  45. background: @blue;
  46. color: #fff;
  47. i {
  48. font-size: 50px;
  49. }
  50. ul {
  51. margin-top: 30px;
  52. list-style:none;
  53. }
  54. li {
  55. margin: 0 20px;
  56. display:inline-block;
  57. }
  58. padding: 75px 0;
  59. a {
  60. color: #fff;
  61. }
  62. }
  63. footer {
  64. text-align: center;
  65. background: @dark-blue;
  66. padding: 30px 0;
  67. color: #fff;
  68. p {
  69. margin: 0;
  70. }
  71. i {
  72. color: @red;
  73. }
  74. a {
  75. color: @light-gray;
  76. }
  77. img {
  78. max-height: 40px;
  79. margin-bottom: 30px;
  80. }
  81. }
  82. #contact {
  83. text-align: center;
  84. i {
  85. font-size: 160px;
  86. color: @blue;
  87. }
  88. padding:100px 0;
  89. @media (min-width: @screen-sm-min) {
  90. i {
  91. font-size: 160px;
  92. }
  93. }
  94. h2 {
  95. margin-top: -50px;
  96. margin-bottom: 40px;
  97. }
  98. padding: 150px 0;
  99. }