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.
 
 
 

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