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.
 
 
 
 

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