update modificacion de template adaptativo y modificacion de algunas actividades
This commit is contained in:
+12
-7
@@ -16,7 +16,8 @@
|
||||
}
|
||||
|
||||
.bg-custom-transparent {
|
||||
background: rgba(240, 244, 242, 0.6);
|
||||
background: rgba(242, 232, 222, .76);
|
||||
background: linear-gradient(to bottom, rgba(242, 232, 222, .6) 0%, rgba(240, 244, 242, .9) 100%);
|
||||
}
|
||||
|
||||
/* .bg-custom-transparent img {
|
||||
@@ -53,7 +54,11 @@
|
||||
max-width: 40%;
|
||||
}
|
||||
|
||||
/*
|
||||
.content-enfermedad {
|
||||
width: 24%;
|
||||
}
|
||||
|
||||
/*
|
||||
.form-append>div:first-child {
|
||||
width: 20%;
|
||||
min-width: 50px;
|
||||
@@ -90,7 +95,7 @@
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-12 mb-3">
|
||||
<div class="card bg-transparent border-0 rounded-0 shadow-none p-0">
|
||||
<div class="d-flex flex-row justify-content-center gap-4">
|
||||
<div class="d-flex flex-row justify-content-center gap-3">
|
||||
<div class="content-enfermedad text-center">
|
||||
<div class="card rounded bg-custom-transparent border-0 shadow px-3 py-2 mt-2 text-center">
|
||||
<div class="card-header bg-transparent">
|
||||
@@ -341,7 +346,7 @@
|
||||
questions = procesarPreguntas(hojaDatos);
|
||||
CreateDragAndDrop();
|
||||
initializeDragAndDrop();
|
||||
igualarAlturaBgCustomTransparent();
|
||||
//igualarAlturaBgCustomTransparent();
|
||||
});
|
||||
|
||||
|
||||
@@ -356,10 +361,10 @@
|
||||
$('.bg-custom-transparent').css('height', maxHeight + 'px');
|
||||
}
|
||||
|
||||
$(window).on('resize', igualarAlturaBgCustomTransparent);
|
||||
igualarAlturaBgCustomTransparent();
|
||||
/* $(window).on('resize', igualarAlturaBgCustomTransparent);
|
||||
igualarAlturaBgCustomTransparent(); */
|
||||
|
||||
|
||||
|
||||
});
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user