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.

42 lines
802 B

5 years ago
  1. {% if tarea[0].alias =='exercise17'%}
  2. /* EJERCICIO 17 */
  3. .exercise17 .inner > #table1{
  4. grid-column: 1 / 3;
  5. }
  6. .exercise17 .inner > #table1 .btn{
  7. font-size: 1.2rem;
  8. line-height: 1.2rem;
  9. border: none;
  10. padding: 10px;
  11. font-weight: 500;
  12. border-radius: 0;
  13. margin-bottom: 7.5px;
  14. }
  15. .exercise17 .inner > button{
  16. grid-column: 1 / 3;
  17. justify-self: flex-start;
  18. font-size: 1.2rem;
  19. line-height: 1.2rem;
  20. border: none;
  21. padding: 10px;
  22. font-weight: 500;
  23. border-radius: 0;
  24. margin-bottom: 7.5px;
  25. }
  26. .exercise17 .inner >.ex17preg30{
  27. grid-column: 1 / 3;
  28. }
  29. /* FIN EJERCICIO 17 */
  30. {% endif %}