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.
|
|
{% if tarea[0].alias =='exercise17'%} /* EJERCICIO 17 */
.exercise17 .inner > #table1{
grid-column: 1 / 3;
}
.exercise17 .inner > #table1 .btn{
font-size: 1.2rem; line-height: 1.2rem; border: none; padding: 10px; font-weight: 500; border-radius: 0; margin-bottom: 7.5px;
}
.exercise17 .inner > button{
grid-column: 1 / 3; justify-self: flex-start; font-size: 1.2rem; line-height: 1.2rem; border: none; padding: 10px; font-weight: 500; border-radius: 0; margin-bottom: 7.5px;
}
.exercise17 .inner >.ex17preg30{
grid-column: 1 / 3;
}
/* FIN EJERCICIO 17 */{% endif %}
|