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.

external.less 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. @import "base";
  2. @import "../ui/var";
  3. #promo-wrapper {
  4. padding-top: 50px;
  5. background-color: @headerBgColor;
  6. }
  7. #promo-logo {
  8. img {
  9. max-width: 250px;
  10. }
  11. margin-right: 50px;
  12. padding-bottom: 50px;
  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. &:focus {
  42. box-shadow: 0 0 3px #FFF;
  43. }
  44. margin-right: 12px;
  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. }