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.
 
 
 

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