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.
40 lines
918 B
40 lines
918 B
{% if tarea[0].alias =='exercise7a'%}
|
|
/* EJERCICIO 7A */
|
|
|
|
.exercise7a .wrappertest .content > section .inner{
|
|
|
|
/* grid-gap: 0 15px; */
|
|
|
|
}
|
|
|
|
.exercise7a .wrappertest .content > section .inner .form-row,
|
|
.exercise7a .wrappertest .content > section .inner .table,
|
|
.exercise7a .wrappertest .content > section .inner .add-row{
|
|
|
|
/* margin-bottom: 15px; */
|
|
grid-column: 1 / 3;
|
|
|
|
}
|
|
|
|
.exercise7a .wrappertest .content > section .inner .add-row{
|
|
|
|
justify-self: flex-start;
|
|
|
|
}
|
|
|
|
.exercise7a .wrappertest .content > section .inner .btn{
|
|
|
|
/* background: #505050;
|
|
color: #fff; */
|
|
font-size: 1.5rem;
|
|
line-height: 1.5rem;
|
|
border: none;
|
|
padding: 10px 20px;
|
|
font-weight: 500;
|
|
border-radius: 0;
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
/* FIN EJERCICIO 7A */
|
|
{% endif %}
|