general-library-union 2.9.23 → 2.9.24

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "2.9.23",
3
+ "version": "2.9.24",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -4150,6 +4150,26 @@ td.GrupoColor {
4150
4150
 
4151
4151
  }
4152
4152
 
4153
+ @media (max-width: 600px) {
4154
+ .nav-planta-personal {
4155
+ width: 100%;
4156
+ position: initial;
4157
+ order: 1;
4158
+ height: auto;
4159
+ }
4160
+
4161
+ .planta-personal {
4162
+ display: grid;
4163
+ }
4164
+
4165
+ .contenido {
4166
+ left: 0%;
4167
+ width: 100%;
4168
+ margin-bottom: 30px;
4169
+ order: 2;
4170
+ }
4171
+ }
4172
+
4153
4173
 
4154
4174
 
4155
4175
  /******************************************************************************
@@ -5142,6 +5142,26 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
5142
5142
 
5143
5143
  }
5144
5144
 
5145
+ @media (max-width: 600px) {
5146
+ .nav-planta-personal {
5147
+ width: 100%;
5148
+ position: initial;
5149
+ order: 1;
5150
+ height: auto;
5151
+ }
5152
+
5153
+ .planta-personal {
5154
+ display: grid;
5155
+ }
5156
+
5157
+ .contenido {
5158
+ left: 0%;
5159
+ width: 100%;
5160
+ margin-bottom: 30px;
5161
+ order: 2;
5162
+ }
5163
+ }
5164
+
5145
5165
 
5146
5166
 
5147
5167
  /******************************************************************************