Licitator 1.0
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.

235 lines
6.1 KiB

5 years ago
  1. {% if tarea[0].alias =='exercise9a'%}
  2. /* EJERCICIO 9 */
  3. .select3-results__option[aria-selected=true] { display: none!important;}
  4. table.table{grid-column: 1 / -1;}
  5. /* form-row */
  6. .wrappertest .content > .ej9valueproposition{
  7. margin-top: 30px;
  8. }
  9. .wrappertest .content > .ej9valueproposition .table{
  10. grid-column: 1 / 3;
  11. }
  12. .wrappertest .content > .ej9valueproposition .add-row{
  13. grid-column: 1 / 3;
  14. justify-self: flex-start;
  15. }
  16. .wrappertest .content > .ej9valueproposition .inner{
  17. display: grid;
  18. grid-template-columns: 1fr 1fr;
  19. grid-gap: 15px;
  20. }
  21. .wrappertest .content > .ej9valueproposition .inner .form-row{
  22. }
  23. .wrappertest .content > .ej9valueproposition .inner .form-row .form-holder{
  24. height: 100%;
  25. display: flex;
  26. flex-direction: column;
  27. justify-content: flex-start;
  28. }
  29. .wrappertest .content > .ej9valueproposition .inner .gbc-preg100{
  30. grid-column: 1 / 3;
  31. }
  32. /* fin form-row */
  33. /* inputs */
  34. .wrappertest .content > .ej9valueproposition .inner .form-row textarea{
  35. align-self: flex-end;
  36. margin: 0;
  37. flex: 1;
  38. }
  39. /* radio */
  40. .wrappertest .content > .ej9valueproposition .inner .form-row.gbc-radio .form-holder{
  41. display: block;
  42. }
  43. .wrappertest .content > .ej9valueproposition .inner .form-row.gbc-radio .casoestudiobtn,
  44. .wrappertest .content > .ej9valueproposition .inner .form-row.gbc-radio .casoestudiodiv{
  45. display: none;
  46. }
  47. .wrappertest .content > .ej9valueproposition .inner .form-row.gbc-radio label{
  48. display: inline-block;
  49. margin-right: 10px;
  50. }
  51. /* fin radio */
  52. .wrappertest .content > .ej9valueproposition .inner .form-row .select3-container{
  53. width: 100% !important;
  54. }
  55. .wrappertest .content > .ej9valueproposition .inner .form-row .switch{
  56. margin: 0;
  57. margin-bottom: 25px;
  58. }
  59. /* fin inputs */
  60. /* titulos */
  61. .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_pretitulo{
  62. display: block;
  63. font-size: 2rem;
  64. line-height: 2.2rem;
  65. font-weight: 700;
  66. margin: 0;
  67. margin-bottom: 15px;
  68. color: #2b2b2b;
  69. margin: 0;
  70. }
  71. .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_nombre,
  72. .wrappertest .content > .ej9valueproposition .inner .table thead tr th{
  73. display: block;
  74. font-size: 1.6rem;
  75. line-height: 2rem;
  76. font-weight: 700;
  77. margin-bottom: 15px;
  78. color: #2b2b2b;
  79. margin: 0;
  80. }
  81. .wrappertest .content > .ej9valueproposition .inner .table thead tr th{
  82. display: table-cell;
  83. }
  84. .GBC-Step1 .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_nombre{color: #F2932E;}
  85. .GBC-Step1 .wrappertest .content > .ej9valueproposition .inner .table thead tr th{color: #F2932E;}
  86. .GBC-Step2 .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_nombre{color: #94BD53;}
  87. .GBC-Step2 .wrappertest .content > .ej9valueproposition .inner .table thead tr th{color: #94BD53;}
  88. .GBC-Step3 .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_nombre{color: #E4312B;}
  89. .GBC-Step3 .wrappertest .content > .ej9valueproposition .inner .table thead tr th{color: #E4312B;}
  90. .GBC-Step4 .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_nombre{color: #B6866D;}
  91. .GBC-Step4 .wrappertest .content > .ej9valueproposition .inner .table thead tr th{color: #B6866D;}
  92. .GBC-Step5 .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_nombre{color: #EE8367;}
  93. .GBC-Step5 .wrappertest .content > .ej9valueproposition .inner .table thead tr th{color: #EE8367;}
  94. .wrappertest .content > .ej9valueproposition .inner .table tbody tr td .delete-row,
  95. .wrappertest .content > .ej9valueproposition .inner .add-row{
  96. display: inline-flex;
  97. align-items: center;
  98. cursor: pointer;
  99. height: auto;
  100. width: auto;
  101. color: #fff;
  102. font-size: 1.5rem;
  103. line-height: 1.5rem;
  104. border: none;
  105. padding: 10px 20px;
  106. font-weight: 500;
  107. border-radius: 0;
  108. margin: 0;
  109. }
  110. .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_descripcion{
  111. display: block;
  112. font-size: 1.4rem;
  113. line-height: 1.7rem;
  114. font-weight: 700;
  115. margin-bottom: 15px;
  116. color: #716f6f;
  117. margin: 0;
  118. }
  119. /* fin titulos */
  120. /* ocultar elementos sin contenido */
  121. .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_pretitulo.no-contenido,
  122. .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_descripcion.no-contenido,
  123. .wrappertest .content > .ej9valueproposition .inner .form-row .casoestudiobtn.no-contenido,
  124. .wrappertest .content > .ej9valueproposition .inner .form-row .casoestudiodiv.no-contenido{
  125. width: 0;
  126. height: 0;
  127. padding: 0;
  128. margin: 0;
  129. }
  130. /* fin ocultar elementos sin contenido */
  131. /* grupos de preguntas */
  132. .wrappertest .content > .ej9valueproposition .inner .gbc-form-row-group{
  133. padding: 15px;
  134. border: solid 1px #cccccc;
  135. background: #fff;
  136. }
  137. .wrappertest .content > .ej9valueproposition .inner .gbc-form-row-group.gbc-preg100{
  138. display: grid;
  139. grid-template-columns: 1fr 1fr;
  140. grid-gap: 15px;
  141. }
  142. .wrappertest .content > .ej9valueproposition .inner .gbc-form-row-group .title{
  143. margin: 0;
  144. padding: 0;
  145. grid-column: 1 / 3;
  146. font-size: 2.5rem;
  147. font-weight: 700;
  148. line-height: 2.5rem;
  149. color: #2d2d2d;
  150. border-bottom: solid 1px #2d2d2d;
  151. padding-bottom: 7.5px;
  152. }
  153. /* fin grupos de preguntas */
  154. /* FIN Ejercicio 9 */
  155. {% endif %}