@natec/mef-dev-ui-kit 0.0.697 → 0.0.698

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": "@natec/mef-dev-ui-kit",
3
- "version": "0.0.697",
3
+ "version": "0.0.698",
4
4
  "description": "MEF.DEV UI Kit Library",
5
5
  "author": {
6
6
  "name": "NATEC"
@@ -312,11 +312,11 @@ pg-tab, pg-tabs-nav, pg-tabset {
312
312
  }
313
313
 
314
314
  & > li > a {
315
- text-transform:capitalize !important;
316
- padding-top: 5px !important;
317
- padding-right: 15px !important;
318
- padding-left: 15px !important;
319
- color: white !important;
315
+ text-transform:capitalize;
316
+ padding-top: 5px ;
317
+ padding-right: 15px ;
318
+ padding-left: 15px ;
319
+ color: white;
320
320
  }
321
321
 
322
322
  & > li:hover * {
@@ -324,9 +324,9 @@ pg-tab, pg-tabs-nav, pg-tabset {
324
324
  }
325
325
 
326
326
  & > li > .active {
327
- border-radius: 5px 5px 0px 0px !important;
328
- color: #CF0106 !important;
329
- background-color: white !important;
327
+ border-radius: 5px 5px 0px 0px ;
328
+ color: #CF0106;
329
+ background-color: white;
330
330
  }
331
331
  }
332
332