This commit is contained in:
2025-09-18 16:56:37 -06:00
parent 07100d82de
commit 4bc2a47a96
17 changed files with 529 additions and 2 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -12,6 +12,7 @@ $custom-colors: (
'verde-pino': #4c8071,
'verde-pasto': #84a816,
'verde-claro': #d6e3da,
'verde-gris': #cadcd4,
'lila-claro': #905c8b,
'morado-claro': #915c8c,
'gris': #959595,
+86
View File
@@ -72,6 +72,7 @@
--bs-verde-pino: #4c8071;
--bs-verde-pasto: #84a816;
--bs-verde-claro: #d6e3da;
--bs-verde-gris: #cadcd4;
--bs-lila-claro: #905c8b;
--bs-morado-claro: #915c8c;
--bs-gris: #959595;
@@ -100,6 +101,7 @@
--bs-verde-pino-rgb: 76, 128, 113;
--bs-verde-pasto-rgb: 132, 168, 22;
--bs-verde-claro-rgb: 214, 227, 218;
--bs-verde-gris-rgb: 202, 220, 212;
--bs-lila-claro-rgb: 144, 92, 139;
--bs-morado-claro-rgb: 145, 92, 140;
--bs-gris-rgb: 149, 149, 149;
@@ -3320,6 +3322,23 @@ textarea.form-control-lg {
--bs-btn-disabled-border-color: #d6e3da;
}
.btn-verde-gris {
--bs-btn-color: #000;
--bs-btn-bg: #cadcd4;
--bs-btn-border-color: #cadcd4;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #d2e1da;
--bs-btn-hover-border-color: #cfe0d8;
--bs-btn-focus-shadow-rgb: 172, 187, 180;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #d5e3dd;
--bs-btn-active-border-color: #cfe0d8;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #000;
--bs-btn-disabled-bg: #cadcd4;
--bs-btn-disabled-border-color: #cadcd4;
}
.btn-lila-claro {
--bs-btn-color: #fff;
--bs-btn-bg: #905c8b;
@@ -3796,6 +3815,23 @@ textarea.form-control-lg {
--bs-gradient: none;
}
.btn-outline-verde-gris {
--bs-btn-color: #cadcd4;
--bs-btn-border-color: #cadcd4;
--bs-btn-hover-color: #000;
--bs-btn-hover-bg: #cadcd4;
--bs-btn-hover-border-color: #cadcd4;
--bs-btn-focus-shadow-rgb: 202, 220, 212;
--bs-btn-active-color: #000;
--bs-btn-active-bg: #cadcd4;
--bs-btn-active-border-color: #cadcd4;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #cadcd4;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #cadcd4;
--bs-gradient: none;
}
.btn-outline-lila-claro {
--bs-btn-color: #905c8b;
--bs-btn-border-color: #905c8b;
@@ -5612,6 +5648,15 @@ textarea.form-control-lg {
color: #454946;
}
.alert-verde-gris {
--bs-alert-color: #515855;
--bs-alert-bg: #f4f8f6;
--bs-alert-border-color: #eff5f2;
}
.alert-verde-gris .alert-link {
color: #414644;
}
.alert-lila-claro {
--bs-alert-color: #563753;
--bs-alert-bg: #e9dee8;
@@ -6281,6 +6326,20 @@ textarea.form-control-lg {
border-color: #565b57;
}
.list-group-item-verde-gris {
color: #515855;
background-color: #f4f8f6;
}
.list-group-item-verde-gris.list-group-item-action:hover, .list-group-item-verde-gris.list-group-item-action:focus {
color: #515855;
background-color: #dcdfdd;
}
.list-group-item-verde-gris.list-group-item-action.active {
color: #ffffff;
background-color: #515855;
border-color: #515855;
}
.list-group-item-lila-claro {
color: #563753;
background-color: #e9dee8;
@@ -7971,6 +8030,11 @@ textarea.form-control-lg {
background-color: RGBA(214, 227, 218, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-verde-gris {
color: #000 !important;
background-color: RGBA(202, 220, 212, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-lila-claro {
color: #fff !important;
background-color: RGBA(144, 92, 139, var(--bs-bg-opacity, 1)) !important;
@@ -8161,6 +8225,13 @@ textarea.form-control-lg {
color: #dee9e1 !important;
}
.link-verde-gris {
color: #cadcd4 !important;
}
.link-verde-gris:hover, .link-verde-gris:focus {
color: #d5e3dd !important;
}
.link-lila-claro {
color: #905c8b !important;
}
@@ -8728,6 +8799,11 @@ textarea.form-control-lg {
border-color: rgba(var(--bs-verde-claro-rgb), var(--bs-border-opacity)) !important;
}
.border-verde-gris {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-verde-gris-rgb), var(--bs-border-opacity)) !important;
}
.border-lila-claro {
--bs-border-opacity: 1;
border-color: rgba(var(--bs-lila-claro-rgb), var(--bs-border-opacity)) !important;
@@ -9685,6 +9761,11 @@ textarea.form-control-lg {
color: rgba(var(--bs-verde-claro-rgb), var(--bs-text-opacity)) !important;
}
.text-verde-gris {
--bs-text-opacity: 1;
color: rgba(var(--bs-verde-gris-rgb), var(--bs-text-opacity)) !important;
}
.text-lila-claro {
--bs-text-opacity: 1;
color: rgba(var(--bs-lila-claro-rgb), var(--bs-text-opacity)) !important;
@@ -9866,6 +9947,11 @@ textarea.form-control-lg {
background-color: rgba(var(--bs-verde-claro-rgb), var(--bs-bg-opacity)) !important;
}
.bg-verde-gris {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-verde-gris-rgb), var(--bs-bg-opacity)) !important;
}
.bg-lila-claro {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-lila-claro-rgb), var(--bs-bg-opacity)) !important;