general-library-union 3.1.25 → 3.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "3.1.25",
3
+ "version": "3.1.27",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -4696,6 +4696,25 @@ background: var(--color-75) !important;
4696
4696
  }
4697
4697
 
4698
4698
 
4699
+ button.elemento-clickeable {
4700
+ border: none;
4701
+ background: transparent;
4702
+ /* padding: 0; */
4703
+ margin: 0;
4704
+ }
4705
+
4706
+ button.elemento-clickeable:focus-visible {
4707
+ background: var(--color-85) !important;
4708
+ outline: 0 !important;
4709
+ border-radius: 5px;
4710
+ }
4711
+
4712
+ button.elemento-clickeable span {
4713
+ font-family: Poppins, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
4714
+ }
4715
+
4716
+
4717
+
4699
4718
  .elemento-seleccionado {
4700
4719
  padding: 3.5px;
4701
4720
  }
@@ -5715,6 +5715,17 @@ background: var(--color-75) !important;
5715
5715
  margin: 0;
5716
5716
  }
5717
5717
 
5718
+ button.elemento-clickeable:focus-visible {
5719
+ background: #39373f !important;
5720
+ outline: 0 !important;
5721
+ border-radius: 5px;
5722
+ }
5723
+
5724
+ button.elemento-clickeable span {
5725
+ font-family: Poppins, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
5726
+ }
5727
+
5728
+
5718
5729
  .elemento-clickeable span {
5719
5730
  font-size: 0.87rem;
5720
5731
  }