external.less 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. @import "base";
  2. @import "../ui/var";
  3. #promo-wrapper {
  4. padding-top: 50px;
  5. background-color: @headerBgColor;
  6. }
  7. #promo-logo {
  8. margin-right: 50px;
  9. padding-bottom: 50px;
  10. img {
  11. max-width: 250px;
  12. }
  13. }
  14. #promo-content {
  15. color: #FFF;
  16. margin-left: 300px;
  17. h1,
  18. h2 {
  19. font-family: 'PT Sans Narrow', sans-serif;
  20. line-height: 60px;
  21. margin-bottom: 0;
  22. text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
  23. }
  24. h1 {
  25. font-size: 96px;
  26. line-height: 96px;
  27. margin-bottom: 30px;
  28. }
  29. h2 {
  30. font-size: 52px;
  31. line-height: 70px;
  32. font-weight: normal;
  33. }
  34. }
  35. #promo-form {
  36. padding: 40px 0;
  37. .ipt-large {
  38. border: none;
  39. border-radius: 4px;
  40. font-size: 18px;
  41. margin-right: 12px;
  42. &:focus {
  43. box-shadow: 0 0 3px #FFF;
  44. }
  45. }
  46. .btn-large {
  47. border-radius: 4px;
  48. font-size: 18px;
  49. margin-right: 12px;
  50. }
  51. }
  52. #promo-social {
  53. padding-bottom: 60px;
  54. .qq{
  55. box-shadow: 0 0 1px #1c6399;
  56. }
  57. }
  58. #feature-wrapper {
  59. font-family: Lato, sans-serif;
  60. font-size: 18px;
  61. padding: 50px 0 100px 0;
  62. .octicon {
  63. color: @btnRedColor;
  64. font-size: 60px;
  65. height: 60px;
  66. width: 60px;
  67. line-height: 60px;
  68. margin-right: 12px;
  69. vertical-align: middle;
  70. display: inline-block;
  71. }
  72. b {
  73. color: #000;
  74. font-size: 24px;
  75. display: inline-block;
  76. line-height: 60px;
  77. }
  78. p {
  79. margin: 1em 0;
  80. line-height: 40px;
  81. padding-right: 30px;
  82. }
  83. a {
  84. color: @btnRedColor;
  85. &:hover {
  86. color: @btnHoverRedColor;
  87. }
  88. }
  89. .grid-1-2 {
  90. margin-bottom: 30px;
  91. }
  92. }
  93. #install-form {
  94. padding: 15px;
  95. label {
  96. width: 35%;
  97. }
  98. input {
  99. width: 30%;
  100. }
  101. input[type="checkbox"],
  102. input[type="radio"] {
  103. width: auto;
  104. }
  105. }