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.
 
 
 

95 lines
1.4 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: 20px;
  25. background: @light-gray;
  26. font-family: @font-family-mono;
  27. font-size: 12px;
  28. }
  29. }
  30. #share {
  31. text-align:center;
  32. background: @blue;
  33. color: #fff;
  34. i {
  35. font-size: 50px;
  36. }
  37. ul {
  38. margin-top: 30px;
  39. list-style:none;
  40. }
  41. li {
  42. margin: 0 20px;
  43. display:inline-block;
  44. }
  45. padding: 75px 0;
  46. a {
  47. color: #fff;
  48. }
  49. }
  50. footer {
  51. text-align: center;
  52. background: @dark-blue;
  53. padding: 30px 0;
  54. color: #fff;
  55. p {
  56. margin: 0;
  57. }
  58. i {
  59. color: @red;
  60. }
  61. a {
  62. color: @light-gray;
  63. }
  64. img {
  65. max-height: 40px;
  66. margin-bottom: 30px;
  67. }
  68. }
  69. #contact {
  70. text-align: center;
  71. i {
  72. font-size: 60px;
  73. color: @blue;
  74. }
  75. padding:100px 0;
  76. @media (min-width: @screen-sm-min) {
  77. i {
  78. font-size: 160px;
  79. }
  80. }
  81. h2 {
  82. margin-top: -50px;
  83. margin-bottom: 40px;
  84. }
  85. padding: 150px 0;
  86. }