general-library-union 3.1.9 → 3.1.11
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
|
@@ -2822,9 +2822,20 @@ li.btn-descarga-masiva a {
|
|
|
2822
2822
|
color: var(--color-400) !important;
|
|
2823
2823
|
}
|
|
2824
2824
|
|
|
2825
|
+
.menu-accion-sara ul {
|
|
2826
|
+
padding: 10px;
|
|
2827
|
+
}
|
|
2825
2828
|
|
|
2826
2829
|
.menu-accion-sara .p-menubar .p-menuitem a {
|
|
2827
2830
|
border-radius: 0;
|
|
2831
|
+
margin: 0px 15px;
|
|
2832
|
+
}
|
|
2833
|
+
|
|
2834
|
+
|
|
2835
|
+
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content a {
|
|
2836
|
+
outline: 2px solid var(--color-400); /* Añade un contorno al enfocarse */
|
|
2837
|
+
outline-offset: 2px;
|
|
2838
|
+
border-radius:5px;
|
|
2828
2839
|
}
|
|
2829
2840
|
|
|
2830
2841
|
.menu-accion-sara .p-menubar .p-menuitem a:hover {
|
|
@@ -3112,10 +3112,21 @@ li.btn-descarga-masiva a {
|
|
|
3112
3112
|
background: #393740 !important;
|
|
3113
3113
|
}
|
|
3114
3114
|
|
|
3115
|
+
.menu-accion-sara ul {
|
|
3116
|
+
padding: 10px;
|
|
3117
|
+
}
|
|
3118
|
+
|
|
3115
3119
|
.menu-accion-sara .p-menubar .p-menuitem a {
|
|
3116
3120
|
border-radius: 0;
|
|
3121
|
+
margin: 0px 15px;
|
|
3117
3122
|
}
|
|
3118
3123
|
|
|
3124
|
+
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content a {
|
|
3125
|
+
outline: 2px solid var(--color-3 00); /* Añade un contorno al enfocarse */
|
|
3126
|
+
outline-offset: 2px;
|
|
3127
|
+
border-radius:5px;
|
|
3128
|
+
}
|
|
3129
|
+
|
|
3119
3130
|
.menu-accion-sara .p-menubar .p-menuitem a:hover {
|
|
3120
3131
|
background: #2b2b33 !important;
|
|
3121
3132
|
}
|