@dktunited-techoff/techoff-suite-ui 1.11.11 → 1.11.13

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.
@@ -99,7 +99,7 @@
99
99
  display: flex;
100
100
  align-items: center;
101
101
  min-height: 36px;
102
- padding: 0 12px;
102
+ padding: 4px 12px;
103
103
  cursor: pointer;
104
104
  }
105
105
  .ts-dropdown-menu-item:hover {
@@ -9,7 +9,7 @@
9
9
  display: flex;
10
10
  align-items: center;
11
11
  height: 44px;
12
- padding: 0 16px;
12
+ padding: 10px 20px;
13
13
  background: #ebecf7;
14
14
  color: #3643ba;
15
15
  font-weight: 600;
@@ -21,7 +21,12 @@
21
21
  color: #ffffff;
22
22
  }
23
23
  .ts-switcher-icon {
24
- margin-right: 8px;
24
+ margin-right: 10px;
25
+ }
26
+ .ts-switcher-label{
27
+ font-size: 1rem;
28
+ font-weight: 600;
29
+ line-height: 150%;
25
30
  }
26
31
 
27
32
  /* ######### */
@@ -99,7 +99,7 @@
99
99
  display: flex;
100
100
  align-items: center;
101
101
  min-height: 36px;
102
- padding: 0 12px;
102
+ padding: 4px 12px;
103
103
  cursor: pointer;
104
104
  }
105
105
  .ts-dropdown-menu-item:hover {
@@ -9,7 +9,7 @@
9
9
  display: flex;
10
10
  align-items: center;
11
11
  height: 44px;
12
- padding: 0 16px;
12
+ padding: 10px 20px;
13
13
  background: #ebecf7;
14
14
  color: #3643ba;
15
15
  font-weight: 600;
@@ -21,7 +21,12 @@
21
21
  color: #ffffff;
22
22
  }
23
23
  .ts-switcher-icon {
24
- margin-right: 8px;
24
+ margin-right: 10px;
25
+ }
26
+ .ts-switcher-label{
27
+ font-size: 1rem;
28
+ font-weight: 600;
29
+ line-height: 150%;
25
30
  }
26
31
 
27
32
  /* ######### */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dktunited-techoff/techoff-suite-ui",
3
- "version": "1.11.11",
3
+ "version": "1.11.13",
4
4
  "main": "lib/index.js",
5
5
  "types": "./lib",
6
6
  "module": "esm/index.js",
@@ -99,7 +99,7 @@
99
99
  display: flex;
100
100
  align-items: center;
101
101
  min-height: 36px;
102
- padding: 0 12px;
102
+ padding: 4px 12px;
103
103
  cursor: pointer;
104
104
  }
105
105
  .ts-dropdown-menu-item:hover {
@@ -9,7 +9,7 @@
9
9
  display: flex;
10
10
  align-items: center;
11
11
  height: 44px;
12
- padding: 0 16px;
12
+ padding: 10px 20px;
13
13
  background: #ebecf7;
14
14
  color: #3643ba;
15
15
  font-weight: 600;
@@ -21,7 +21,12 @@
21
21
  color: #ffffff;
22
22
  }
23
23
  .ts-switcher-icon {
24
- margin-right: 8px;
24
+ margin-right: 10px;
25
+ }
26
+ .ts-switcher-label{
27
+ font-size: 1rem;
28
+ font-weight: 600;
29
+ line-height: 150%;
25
30
  }
26
31
 
27
32
  /* ######### */