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.

177 lines
3.0KB

  1. #app_contribuate {
  2. .bloc-revolt-dream {
  3. background-color: $yellow;
  4. h1 {
  5. color: $green;
  6. font-family: FranklinGothic;
  7. font-size: 7.5rem;
  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: 2.8rem;
  19. margin-bottom: 30px;
  20. }
  21. .description {
  22. color: $orange;
  23. font-style: italic;
  24. font-size: 2.0rem;
  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: 4.0rem;
  37. height: 20px;
  38. }
  39. .nb-contrib {
  40. color: $orange;
  41. font-size: 12.6rem;
  42. height: 150px;
  43. }
  44. .contrib {
  45. font-size: 7.0rem;
  46. }
  47. }
  48. }
  49. .bloc-form {
  50. margin-top: 75px;
  51. .title-form {
  52. color: $green;
  53. font-size: 5.0rem;
  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: 1.8rem;
  63. }
  64. button {
  65. font-size: 1.5rem;
  66. padding: 10px;
  67. }
  68. ul {
  69. list-style-type: none;
  70. padding-left: 0;
  71. font-size: 1.4rem;
  72. @include tablet-only {
  73. font-size: 2rem;
  74. }
  75. }
  76. .list-territory {
  77. li {
  78. height: 25px;
  79. label {
  80. color: #808080;
  81. clear: both;
  82. .checkmark {
  83. padding-left: 5px;
  84. @include tablet-only {
  85. padding-left: 10px;
  86. }
  87. }
  88. }
  89. }
  90. }
  91. h2 {
  92. color: $green;
  93. font-family: FranklinGothic;
  94. font-size: 2.7rem;
  95. margin-top: 70px;
  96. img {
  97. height: 88px;
  98. }
  99. }
  100. .row-revolt {
  101. h2 {
  102. color: $orange;
  103. }
  104. }
  105. .row-dream {
  106. h2 {
  107. color: $yellow;
  108. }
  109. }
  110. .row-project-insp {
  111. h2 {
  112. color: $maron;
  113. }
  114. }
  115. .revolt, .dream, .projectBoost, .projectInspiring {
  116. textarea {
  117. width: 100%;
  118. border: 2px solid $green;
  119. min-height: 125px;
  120. }
  121. select {
  122. color: $green;
  123. background-color: #FFF;
  124. border-radius: 0;
  125. border-color: $green;
  126. height: 40px;
  127. max-width: 300px;
  128. width: 100%;
  129. margin-bottom: 15px;
  130. }
  131. label {
  132. margin-bottom: 0;
  133. color: #808080;
  134. }
  135. .button-remove {
  136. border-color: $red;
  137. margin-bottom: 30px;
  138. }
  139. }
  140. .save {
  141. margin-top: 100px;
  142. border-radius: 0;
  143. padding: 15px 40px;
  144. font-size: 2.7rem;
  145. }
  146. }
  147. }
  148. }