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.

39 lines
918 B

5 years ago
  1. {% if tarea[0].alias =='exercise7a'%}
  2. /* EJERCICIO 7A */
  3. .exercise7a .wrappertest .content > section .inner{
  4. /* grid-gap: 0 15px; */
  5. }
  6. .exercise7a .wrappertest .content > section .inner .form-row,
  7. .exercise7a .wrappertest .content > section .inner .table,
  8. .exercise7a .wrappertest .content > section .inner .add-row{
  9. /* margin-bottom: 15px; */
  10. grid-column: 1 / 3;
  11. }
  12. .exercise7a .wrappertest .content > section .inner .add-row{
  13. justify-self: flex-start;
  14. }
  15. .exercise7a .wrappertest .content > section .inner .btn{
  16. /* background: #505050;
  17. color: #fff; */
  18. font-size: 1.5rem;
  19. line-height: 1.5rem;
  20. border: none;
  21. padding: 10px 20px;
  22. font-weight: 500;
  23. border-radius: 0;
  24. margin-right: 10px;
  25. }
  26. /* FIN EJERCICIO 7A */
  27. {% endif %}