@solcre-org/core-ui 2.12.26 → 2.12.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
align-items: center;
|
|
23
23
|
padding-block: var(--_gap-y);
|
|
24
24
|
flex-wrap: wrap;
|
|
25
|
+
width: 100%;
|
|
25
26
|
}
|
|
26
27
|
.c-header__group:last-child:not(:first-child){
|
|
27
28
|
margin-left: auto;
|
|
@@ -61,8 +62,17 @@
|
|
|
61
62
|
.c-header{
|
|
62
63
|
--_gap-x: 16px;
|
|
63
64
|
--_padd-y: calc(var(--space-y) * 0.5);
|
|
64
|
-
--flex-gap: 10px;
|
|
65
65
|
--_heading-fz: var(--fz-200);
|
|
66
|
+
--_heading-fw: 500;
|
|
67
|
+
--_heading-color: var(--app-main-header-mobile-text, inherit);
|
|
68
|
+
|
|
69
|
+
--flex-gap: 10px;
|
|
70
|
+
|
|
71
|
+
background: var(--app-main-header-mobile-bg, inherit);
|
|
72
|
+
display: flex;
|
|
73
|
+
align-items: center;
|
|
74
|
+
flex-wrap: wrap;
|
|
75
|
+
min-height: var(--layout-header-min-height,var(--_layout-header-min-height));
|
|
66
76
|
}
|
|
67
77
|
|
|
68
78
|
.c-header__bottom{
|
|
@@ -67,6 +67,21 @@
|
|
|
67
67
|
padding-top: 0;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
+
|
|
71
|
+
/* ********************** MOBILE & TABLET ********************** */
|
|
72
|
+
|
|
73
|
+
@media (max-width: 61.1875rem) /* up to 979px */ {
|
|
74
|
+
|
|
75
|
+
.o-layout{
|
|
76
|
+
--_layout-header-min-height: 6.4rem;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.o-layout__header{
|
|
80
|
+
min-height: var(--layout-header-min-height,var(--_layout-header-min-height));
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
}
|
|
84
|
+
|
|
70
85
|
/* ********************** ONLY MOBILE ********************** */
|
|
71
86
|
|
|
72
87
|
@media (max-width: 47.9375rem) /* up to 767px */ {
|
|
@@ -12069,11 +12069,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
12069
12069
|
// Este archivo es generado automáticamente por scripts/update-version.js
|
|
12070
12070
|
// No edites manualmente este archivo
|
|
12071
12071
|
const VERSION = {
|
|
12072
|
-
full: '2.12.
|
|
12072
|
+
full: '2.12.27',
|
|
12073
12073
|
major: 2,
|
|
12074
12074
|
minor: 12,
|
|
12075
|
-
patch:
|
|
12076
|
-
timestamp: '2025-09-
|
|
12075
|
+
patch: 27,
|
|
12076
|
+
timestamp: '2025-09-10T15:37:04.370Z',
|
|
12077
12077
|
buildDate: '10/9/2025'
|
|
12078
12078
|
};
|
|
12079
12079
|
|