general-library-union 3.3.16 → 3.3.18

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.3.16",
3
+ "version": "3.3.18",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -16,8 +16,8 @@
16
16
  }
17
17
 
18
18
  .iniciales-usuario {
19
- width: 2.5rem;
20
- height: 2.5rem;
19
+ width: 2rem;
20
+ height: 2rem;
21
21
  user-select: none;
22
22
  border-radius: 50%;
23
23
  display: flex;
@@ -155,8 +155,8 @@
155
155
  position: relative;
156
156
 
157
157
  > a {
158
- width: 2.5rem;
159
- height: 2.5rem;
158
+ width: 2rem;
159
+ height: 2rem;
160
160
  user-select: none;
161
161
  border-radius: 50%;
162
162
  display: flex;
@@ -1805,6 +1805,13 @@ min-height: 60px !important;
1805
1805
  .layout-search-panel input::placeholder{
1806
1806
  color: #414141 !important;
1807
1807
  }
1808
+
1809
+ li.layout-topbar-search:focus-visible {
1810
+ outline: solid 3px var(--color-400);
1811
+ border-radius: 4px;
1812
+ }
1813
+
1814
+
1808
1815
  .p-minute-picker button.p-ripple:nth-child(1) {
1809
1816
  position: absolute;
1810
1817
  top: -4px;