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.
236 lines
6.1 KiB
236 lines
6.1 KiB
{% if tarea[0].alias =='exercise9a'%}
|
|
/* EJERCICIO 9 */
|
|
.select3-results__option[aria-selected=true] { display: none!important;}
|
|
|
|
table.table{grid-column: 1 / -1;}
|
|
/* form-row */
|
|
|
|
.wrappertest .content > .ej9valueproposition{
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
.wrappertest .content > .ej9valueproposition .table{
|
|
|
|
grid-column: 1 / 3;
|
|
|
|
}
|
|
|
|
.wrappertest .content > .ej9valueproposition .add-row{
|
|
|
|
grid-column: 1 / 3;
|
|
justify-self: flex-start;
|
|
|
|
}
|
|
|
|
.wrappertest .content > .ej9valueproposition .inner{
|
|
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
grid-gap: 15px;
|
|
|
|
}
|
|
|
|
.wrappertest .content > .ej9valueproposition .inner .form-row{
|
|
|
|
|
|
|
|
}
|
|
|
|
.wrappertest .content > .ej9valueproposition .inner .form-row .form-holder{
|
|
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
|
|
}
|
|
|
|
.wrappertest .content > .ej9valueproposition .inner .gbc-preg100{
|
|
|
|
grid-column: 1 / 3;
|
|
|
|
}
|
|
|
|
/* fin form-row */
|
|
|
|
/* inputs */
|
|
|
|
.wrappertest .content > .ej9valueproposition .inner .form-row textarea{
|
|
|
|
align-self: flex-end;
|
|
margin: 0;
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
/* radio */
|
|
|
|
.wrappertest .content > .ej9valueproposition .inner .form-row.gbc-radio .form-holder{
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.wrappertest .content > .ej9valueproposition .inner .form-row.gbc-radio .casoestudiobtn,
|
|
.wrappertest .content > .ej9valueproposition .inner .form-row.gbc-radio .casoestudiodiv{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.wrappertest .content > .ej9valueproposition .inner .form-row.gbc-radio label{
|
|
|
|
display: inline-block;
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
/* fin radio */
|
|
|
|
.wrappertest .content > .ej9valueproposition .inner .form-row .select3-container{
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
.wrappertest .content > .ej9valueproposition .inner .form-row .switch{
|
|
|
|
margin: 0;
|
|
margin-bottom: 25px;
|
|
|
|
}
|
|
|
|
/* fin inputs */
|
|
|
|
/* titulos */
|
|
|
|
.wrappertest .content > .ej9valueproposition .inner .form-row .gbc_pretitulo{
|
|
|
|
display: block;
|
|
font-size: 2rem;
|
|
line-height: 2.2rem;
|
|
font-weight: 700;
|
|
margin: 0;
|
|
margin-bottom: 15px;
|
|
color: #2b2b2b;
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.wrappertest .content > .ej9valueproposition .inner .form-row .gbc_nombre,
|
|
.wrappertest .content > .ej9valueproposition .inner .table thead tr th{
|
|
|
|
display: block;
|
|
font-size: 1.6rem;
|
|
line-height: 2rem;
|
|
font-weight: 700;
|
|
margin-bottom: 15px;
|
|
color: #2b2b2b;
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.wrappertest .content > .ej9valueproposition .inner .table thead tr th{
|
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
.GBC-Step1 .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_nombre{color: #F2932E;}
|
|
.GBC-Step1 .wrappertest .content > .ej9valueproposition .inner .table thead tr th{color: #F2932E;}
|
|
.GBC-Step2 .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_nombre{color: #94BD53;}
|
|
.GBC-Step2 .wrappertest .content > .ej9valueproposition .inner .table thead tr th{color: #94BD53;}
|
|
.GBC-Step3 .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_nombre{color: #E4312B;}
|
|
.GBC-Step3 .wrappertest .content > .ej9valueproposition .inner .table thead tr th{color: #E4312B;}
|
|
.GBC-Step4 .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_nombre{color: #B6866D;}
|
|
.GBC-Step4 .wrappertest .content > .ej9valueproposition .inner .table thead tr th{color: #B6866D;}
|
|
.GBC-Step5 .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_nombre{color: #EE8367;}
|
|
.GBC-Step5 .wrappertest .content > .ej9valueproposition .inner .table thead tr th{color: #EE8367;}
|
|
|
|
.wrappertest .content > .ej9valueproposition .inner .table tbody tr td .delete-row,
|
|
.wrappertest .content > .ej9valueproposition .inner .add-row{
|
|
|
|
display: inline-flex;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
height: auto;
|
|
width: auto;
|
|
color: #fff;
|
|
font-size: 1.5rem;
|
|
line-height: 1.5rem;
|
|
border: none;
|
|
padding: 10px 20px;
|
|
font-weight: 500;
|
|
border-radius: 0;
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.wrappertest .content > .ej9valueproposition .inner .form-row .gbc_descripcion{
|
|
|
|
display: block;
|
|
font-size: 1.4rem;
|
|
line-height: 1.7rem;
|
|
font-weight: 700;
|
|
margin-bottom: 15px;
|
|
color: #716f6f;
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
/* fin titulos */
|
|
|
|
/* ocultar elementos sin contenido */
|
|
|
|
.wrappertest .content > .ej9valueproposition .inner .form-row .gbc_pretitulo.no-contenido,
|
|
.wrappertest .content > .ej9valueproposition .inner .form-row .gbc_descripcion.no-contenido,
|
|
.wrappertest .content > .ej9valueproposition .inner .form-row .casoestudiobtn.no-contenido,
|
|
.wrappertest .content > .ej9valueproposition .inner .form-row .casoestudiodiv.no-contenido{
|
|
|
|
width: 0;
|
|
height: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
/* fin ocultar elementos sin contenido */
|
|
|
|
/* grupos de preguntas */
|
|
|
|
.wrappertest .content > .ej9valueproposition .inner .gbc-form-row-group{
|
|
|
|
padding: 15px;
|
|
border: solid 1px #cccccc;
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
.wrappertest .content > .ej9valueproposition .inner .gbc-form-row-group.gbc-preg100{
|
|
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
grid-gap: 15px;
|
|
|
|
}
|
|
|
|
.wrappertest .content > .ej9valueproposition .inner .gbc-form-row-group .title{
|
|
|
|
margin: 0;
|
|
padding: 0;
|
|
grid-column: 1 / 3;
|
|
font-size: 2.5rem;
|
|
font-weight: 700;
|
|
line-height: 2.5rem;
|
|
color: #2d2d2d;
|
|
border-bottom: solid 1px #2d2d2d;
|
|
padding-bottom: 7.5px;
|
|
|
|
}
|
|
|
|
/* fin grupos de preguntas */
|
|
|
|
/* FIN Ejercicio 9 */
|
|
{% endif %}
|