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.

162 lines
2.6KB

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