update modificacion de template adaptativo y modificacion de algunas actividades

This commit is contained in:
2025-09-18 11:58:18 -06:00
parent a57cba5f67
commit 07100d82de
35 changed files with 1004 additions and 400 deletions
+86
View File
@@ -70,6 +70,7 @@
--bs-verde-ceniza: #84a79c;
--bs-verde-oscuro: #105742;
--bs-verde-pino: #4c8071;
--bs-verde-pasto: #84a816;
--bs-verde-claro: #d6e3da;
--bs-lila-claro: #905c8b;
--bs-morado-claro: #915c8c;
@@ -97,6 +98,7 @@
--bs-verde-ceniza-rgb: 132, 167, 156;
--bs-verde-oscuro-rgb: 16, 87, 66;
--bs-verde-pino-rgb: 76, 128, 113;
--bs-verde-pasto-rgb: 132, 168, 22;
--bs-verde-claro-rgb: 214, 227, 218;
--bs-lila-claro-rgb: 144, 92, 139;
--bs-morado-claro-rgb: 145, 92, 140;
@@ -3284,6 +3286,23 @@ textarea.form-control-lg {
--bs-btn-disabled-border-color: #4c8071;
}
.btn-verde-pasto {
--bs-btn-color: #000;
--bs-btn-bg: #84a816;
--bs-btn-border-color: #84a816;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #96b539;
--bs-btn-hover-border-color: #90b12d;
--bs-btn-focus-shadow-rgb: 112, 143, 19;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #9db945;
--bs-btn-active-border-color: #90b12d;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #84a816;
--bs-btn-disabled-border-color: #84a816;
}
.btn-verde-claro {
--bs-btn-color: #000;
--bs-btn-bg: #d6e3da;
@@ -3743,6 +3762,23 @@ textarea.form-control-lg {
--bs-gradient: none;
}
.btn-outline-verde-pasto {
--bs-btn-color: #84a816;
--bs-btn-border-color: #84a816;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #84a816;
--bs-btn-hover-border-color: #84a816;
--bs-btn-focus-shadow-rgb: 132, 168, 22;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #84a816;
--bs-btn-active-border-color: #84a816;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #84a816;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #84a816;
--bs-gradient: none;
}
.btn-outline-verde-claro {
--bs-btn-color: #d6e3da;
--bs-btn-border-color: #d6e3da;
@@ -5558,6 +5594,15 @@ textarea.form-control-lg {
color: #253e36;
}
.alert-verde-pasto {
--bs-alert-color: #4f650d;
--bs-alert-bg: #e6eed0;
--bs-alert-border-color: #dae5b9;
}
.alert-verde-pasto .alert-link {
color: #3f510a;
}
.alert-verde-claro {
--bs-alert-color: #565b57;
--bs-alert-bg: #f7f9f8;
@@ -6208,6 +6253,20 @@ textarea.form-control-lg {
border-color: #2e4d44;
}
.list-group-item-verde-pasto {
color: #4f650d;
background-color: #e6eed0;
}
.list-group-item-verde-pasto.list-group-item-action:hover, .list-group-item-verde-pasto.list-group-item-action:focus {
color: #4f650d;
background-color: #cfd6bb;
}
.list-group-item-verde-pasto.list-group-item-action.active {
color: #ffffff;
background-color: #4f650d;
border-color: #4f650d;
}
.list-group-item-verde-claro {
color: #565b57;
background-color: #f7f9f8;
@@ -7902,6 +7961,11 @@ textarea.form-control-lg {
background-color: RGBA(76, 128, 113, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-verde-pasto {
color: #000 !important;
background-color: RGBA(132, 168, 22, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-verde-claro {
color: #000 !important;
background-color: RGBA(214, 227, 218, var(--bs-bg-opacity, 1)) !important;
@@ -8083,6 +8147,13 @@ textarea.form-control-lg {
color: #3d665a !important;
}
.link-verde-pasto {
color: #84a816 !important;
}
.link-verde-pasto:hover, .link-verde-pasto:focus {
color: #9db945 !important;
}
.link-verde-claro {
color: #d6e3da !important;
}
@@ -8647,6 +8718,11 @@ textarea.form-control-lg {
border-color: rgba(var(--bs-verde-pino-rgb), var(--bs-border-opacity)) !important;
}
.border-verde-pasto {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-verde-pasto-rgb), var(--bs-border-opacity)) !important;
}
.border-verde-claro {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-verde-claro-rgb), var(--bs-border-opacity)) !important;
@@ -9599,6 +9675,11 @@ textarea.form-control-lg {
color: rgba(var(--bs-verde-pino-rgb), var(--bs-text-opacity)) !important;
}
.text-verde-pasto {
--bs-text-opacity: 1;
color: rgba(var(--bs-verde-pasto-rgb), var(--bs-text-opacity)) !important;
}
.text-verde-claro {
--bs-text-opacity: 1;
color: rgba(var(--bs-verde-claro-rgb), var(--bs-text-opacity)) !important;
@@ -9775,6 +9856,11 @@ textarea.form-control-lg {
background-color: rgba(var(--bs-verde-pino-rgb), var(--bs-bg-opacity)) !important;
}
.bg-verde-pasto {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-verde-pasto-rgb), var(--bs-bg-opacity)) !important;
}
.bg-verde-claro {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-verde-claro-rgb), var(--bs-bg-opacity)) !important;