Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

163 lines
2.7KB

  1. #app_contribuate {
  2. .bloc-revolt-dream {
  3. background-color: $yellow;
  4. h1 {
  5. color: $green;
  6. font-family: FranklinGothic;
  7. font-size: 75px;
  8. line-height: 67px;
  9. margin-top: 100px;
  10. margin-bottom: 75px;
  11. span {
  12. color: $orange;
  13. }
  14. }
  15. h2 {
  16. color: $green;
  17. font-family: FranklinGothic;
  18. font-size: 28px;
  19. margin-bottom: 30px;
  20. }
  21. .description {
  22. color: $orange;
  23. font-style: italic;
  24. font-size: 20px;
  25. margin-bottom: 50px;
  26. font-family: FranklinGothic;
  27. }
  28. .carto-dream {
  29. margin-top: 50px;
  30. }
  31. .bloc-contrib {
  32. text-align: right;
  33. font-family: FranklinGothic;
  34. color: $green;
  35. .you-are {
  36. font-size: 40px;
  37. height: 20px;
  38. }
  39. .nb-contrib {
  40. color: $orange;
  41. font-size: 126px;
  42. height: 150px;
  43. }
  44. .contrib {
  45. font-size: 70px;
  46. }
  47. }
  48. }
  49. .bloc-form {
  50. margin-top: 75px;
  51. .title-form {
  52. color: $green;
  53. font-size: 50px;
  54. font-family: FranklinGothic;
  55. text-align: center;
  56. margin-bottom: 50px;
  57. }
  58. form {
  59. .label {
  60. color: $green;
  61. font-family: FranklinGothic;
  62. font-size: 18px;
  63. }
  64. button {
  65. font-size: 15px;
  66. padding: 10px;
  67. }
  68. ul {
  69. list-style-type: none;
  70. padding-left: 0;
  71. }
  72. .list-territory {
  73. li {
  74. height: 25px;
  75. label {
  76. color: #808080;
  77. clear: both;
  78. }
  79. }
  80. }
  81. h2 {
  82. color: $green;
  83. font-family: FranklinGothic;
  84. font-size: 27px;
  85. margin-top: 70px;
  86. img {
  87. height: 88px;
  88. }
  89. }
  90. .row-revolt {
  91. h2 {
  92. color: $orange;
  93. }
  94. }
  95. .row-dream {
  96. h2 {
  97. color: $yellow;
  98. }
  99. }
  100. .row-project-insp {
  101. h2 {
  102. color: $maron;
  103. }
  104. }
  105. .revolt, .dream, .projectBoost, .projectInspiring {
  106. textarea {
  107. width: 100%;
  108. border: 2px solid $green;
  109. min-height: 125px;
  110. }
  111. select {
  112. color: $green;
  113. background-color: #FFF;
  114. border-radius: 0;
  115. border-color: $green;
  116. height: 40px;
  117. min-width: 300px;
  118. margin-bottom: 15px;
  119. }
  120. label {
  121. margin-bottom: 0;
  122. color: #808080;
  123. }
  124. .button-remove {
  125. border-color: $red;
  126. margin-bottom: 30px;
  127. }
  128. }
  129. .save {
  130. margin-top: 100px;
  131. border-radius: 0;
  132. padding: 15px 40px;
  133. font-size: 27px;
  134. }
  135. }
  136. }
  137. }