general-library-union 3.1.14 → 3.1.15

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": "3.1.14",
3
+ "version": "3.1.15",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -2723,6 +2723,10 @@ span{
2723
2723
  position: initial;
2724
2724
  }
2725
2725
 
2726
+ .menu-accion-sara ul.p-submenu-list a {
2727
+ padding: 5px 0px !important;
2728
+ }
2729
+
2726
2730
 
2727
2731
  .p-menubar ul li:last-child {
2728
2732
  border-right: none !important;
@@ -3104,6 +3104,10 @@ li.btn-descarga-masiva a {
3104
3104
  border-right: solid 1px #3c3c3f;
3105
3105
  }
3106
3106
 
3107
+ .menu-accion-sara ul.p-submenu-list a {
3108
+ padding: 5px 0px !important;
3109
+ }
3110
+
3107
3111
  .menu-accion-sara .p-menubar .p-menuitem .p-menuitem-icon {
3108
3112
  color: var(--color-400) !important;
3109
3113
  }