Update: version 1
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -62,9 +62,9 @@ body {
|
||||
|
||||
>main {
|
||||
grid-area: main;
|
||||
overflow-y: auto;
|
||||
min-height: 0; // ← ESTO ES CRUCIAL PARA GRID
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -295,6 +295,7 @@ h4,
|
||||
overflow-x: hidden;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
background-color: #fff;
|
||||
|
||||
// Aplica a TODOS los contenedores de Bootstrap 5 dentro de .page-sco
|
||||
.container,
|
||||
@@ -384,13 +385,11 @@ h4,
|
||||
background: #dd3352;
|
||||
background: linear-gradient(to right, #dd3352 0%, #fe8a29 100%);
|
||||
border-radius: 20px;
|
||||
border: solid 4px #86d3ff;
|
||||
}
|
||||
|
||||
.btn-begin:hover {
|
||||
background: #dd3352;
|
||||
background: linear-gradient(to left, #dd3352 0%, #fe8a29 100%);
|
||||
border: solid 4px #86d3ff;
|
||||
}
|
||||
|
||||
.animate__animated.animate__pulse {
|
||||
@@ -644,42 +643,46 @@ h4,
|
||||
}
|
||||
}
|
||||
|
||||
.bg-variacolor {
|
||||
background: #00285b;
|
||||
background: linear-gradient(to right, #00285b 12%, #0064cf 100%);
|
||||
}
|
||||
.bg-variacolor {
|
||||
background: #00285b;
|
||||
background: linear-gradient(to right, #00285b 12%, #0064cf 100%);
|
||||
}
|
||||
|
||||
.border-top-2 {
|
||||
border-top: 3px solid;
|
||||
}
|
||||
.border-top-2 {
|
||||
border-top: 3px solid;
|
||||
}
|
||||
|
||||
ul>li {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
ul>li {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
ul>li:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
ul>li:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
ul.bul0 {
|
||||
list-style-type: none;
|
||||
list-style-image: url(../img/bul0.png);
|
||||
}
|
||||
ul.bul0 {
|
||||
list-style-type: none;
|
||||
list-style-image: url(../img/bul0.png);
|
||||
}
|
||||
|
||||
.btn-next-section {
|
||||
cursor: pointer;
|
||||
}
|
||||
ul.bul1 {
|
||||
list-style-type: none;
|
||||
list-style-image: url(../img/bul1.png);
|
||||
}
|
||||
|
||||
.btn-next-section {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
body.swal2-height-auto {
|
||||
height: 100% !important;
|
||||
}
|
||||
body.swal2-height-auto {
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
.html-pop-style {
|
||||
border: 6px solid transparent;
|
||||
border-radius: 20px;
|
||||
background: url(../img/fondo-pop.jpg) padding-box, linear-gradient(to right, #00928e 32%, #c1c902 96%) border-box !important;
|
||||
background-size: cover !important;
|
||||
background-position: center !important;
|
||||
background-repeat: no-repeat !important;
|
||||
}
|
||||
.html-pop-style {
|
||||
border: 6px solid transparent;
|
||||
border-radius: 20px;
|
||||
background: url(../img/fondo-pop.jpg) padding-box, linear-gradient(to right, #00928e 32%, #c1c902 96%) border-box !important;
|
||||
background-size: cover !important;
|
||||
background-position: center !important;
|
||||
background-repeat: no-repeat !important;
|
||||
}
|
||||
@@ -51,9 +51,9 @@ body > footer .coursenav-btn-navigation:disabled {
|
||||
}
|
||||
body > main {
|
||||
grid-area: main;
|
||||
overflow-y: auto;
|
||||
min-height: 0;
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
header {
|
||||
@@ -271,6 +271,7 @@ h4,
|
||||
overflow-x: hidden;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
background-color: #fff;
|
||||
}
|
||||
.page-sco .container,
|
||||
.page-sco .container-fluid,
|
||||
@@ -358,13 +359,11 @@ h4,
|
||||
background: #dd3352;
|
||||
background: linear-gradient(to right, #dd3352 0%, #fe8a29 100%);
|
||||
border-radius: 20px;
|
||||
border: solid 4px #86d3ff;
|
||||
}
|
||||
|
||||
.btn-begin:hover {
|
||||
background: #dd3352;
|
||||
background: linear-gradient(to left, #dd3352 0%, #fe8a29 100%);
|
||||
border: solid 4px #86d3ff;
|
||||
}
|
||||
|
||||
.animate__animated.animate__pulse {
|
||||
@@ -747,6 +746,11 @@ ul.bul0 {
|
||||
list-style-image: url(../img/bul0.png);
|
||||
}
|
||||
|
||||
ul.bul1 {
|
||||
list-style-type: none;
|
||||
list-style-image: url(../img/bul1.png);
|
||||
}
|
||||
|
||||
.btn-next-section {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user