@natec/mef-dev-ui-kit 1.1.2 → 1.1.3

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": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "MEF.DEV UI Kit Library",
5
5
  "author": {
6
6
  "name": "NATEC"
@@ -18,7 +18,7 @@
18
18
  &:hover,
19
19
  &:focus {
20
20
  border-color: $color-master-light;
21
- color: $color-master;
21
+ color: white;
22
22
  background-color: $color-master-light;
23
23
  }
24
24
  }
@@ -42,7 +42,6 @@
42
42
  &:focus {
43
43
  background: transparent;
44
44
  border-color: transparent;
45
- color: $color-master;
46
45
  }
47
46
  .tab-icon {
48
47
  margin-right:6px;
@@ -113,7 +112,7 @@
113
112
  }
114
113
  }
115
114
 
116
- /* Tabs : Simple
115
+ /* Tabs : Simple
117
116
  ------------------------------------
118
117
  */
119
118
 
@@ -339,7 +338,7 @@
339
338
  }
340
339
  }
341
340
 
342
- /* Tabs : Fill-up
341
+ /* Tabs : Fill-up
343
342
  ------------------------------------
344
343
  */
345
344
 
@@ -519,9 +518,9 @@
519
518
  width: 100%;
520
519
  position: relative;
521
520
  bottom: 3px;
522
- z-index: 120;
521
+ z-index: 120;
523
522
  content: "";
524
- clear: both;
523
+ clear: both;
525
524
  }
526
525
  & ~ .tab-content{
527
526
  position: relative;