@dktunited-techoff/techoff-suite-ui 1.6.21 → 1.6.22
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.
|
@@ -16,14 +16,11 @@
|
|
|
16
16
|
display: flex;
|
|
17
17
|
align-items: center;
|
|
18
18
|
}
|
|
19
|
-
.ts-breadcrumb-chevron {
|
|
20
|
-
padding: 0 8px;
|
|
21
|
-
color: #3643ba;
|
|
22
|
-
}
|
|
23
19
|
.ts-breadcrumb-item {
|
|
24
20
|
display: flex;
|
|
25
21
|
align-items: center;
|
|
26
22
|
height: 32px;
|
|
23
|
+
padding: 0 10px;
|
|
27
24
|
border-radius: 9999px;
|
|
28
25
|
color: #3643ba;
|
|
29
26
|
}
|
|
@@ -33,11 +30,9 @@
|
|
|
33
30
|
background: linear-gradient(270deg, #3643ba 0%, rgba(54, 67, 186, 0.6) 100%);
|
|
34
31
|
color: #ffffff;
|
|
35
32
|
}
|
|
36
|
-
.ts-breadcrumb-item--link {
|
|
37
|
-
cursor: pointer;
|
|
38
|
-
}
|
|
39
33
|
.ts-breadcrumb-item--link:hover {
|
|
40
|
-
|
|
34
|
+
background: #ebecf7;
|
|
35
|
+
cursor: pointer;
|
|
41
36
|
}
|
|
42
37
|
.ts-breadcrumb-item--icon {
|
|
43
38
|
padding-right: 8px;
|
|
@@ -48,9 +43,12 @@
|
|
|
48
43
|
.ts-navigation-divider {
|
|
49
44
|
flex: 1;
|
|
50
45
|
height: 2px;
|
|
51
|
-
margin: 4px 0;
|
|
52
46
|
background: #ebecf7;
|
|
53
47
|
}
|
|
48
|
+
.ts-breadcrumb-chevron {
|
|
49
|
+
padding: 0 2px;
|
|
50
|
+
color: #3643ba;
|
|
51
|
+
}
|
|
54
52
|
|
|
55
53
|
/* ######### */
|
|
56
54
|
/* ACTIONS */
|
|
@@ -16,14 +16,11 @@
|
|
|
16
16
|
display: flex;
|
|
17
17
|
align-items: center;
|
|
18
18
|
}
|
|
19
|
-
.ts-breadcrumb-chevron {
|
|
20
|
-
padding: 0 8px;
|
|
21
|
-
color: #3643ba;
|
|
22
|
-
}
|
|
23
19
|
.ts-breadcrumb-item {
|
|
24
20
|
display: flex;
|
|
25
21
|
align-items: center;
|
|
26
22
|
height: 32px;
|
|
23
|
+
padding: 0 10px;
|
|
27
24
|
border-radius: 9999px;
|
|
28
25
|
color: #3643ba;
|
|
29
26
|
}
|
|
@@ -33,11 +30,9 @@
|
|
|
33
30
|
background: linear-gradient(270deg, #3643ba 0%, rgba(54, 67, 186, 0.6) 100%);
|
|
34
31
|
color: #ffffff;
|
|
35
32
|
}
|
|
36
|
-
.ts-breadcrumb-item--link {
|
|
37
|
-
cursor: pointer;
|
|
38
|
-
}
|
|
39
33
|
.ts-breadcrumb-item--link:hover {
|
|
40
|
-
|
|
34
|
+
background: #ebecf7;
|
|
35
|
+
cursor: pointer;
|
|
41
36
|
}
|
|
42
37
|
.ts-breadcrumb-item--icon {
|
|
43
38
|
padding-right: 8px;
|
|
@@ -48,9 +43,12 @@
|
|
|
48
43
|
.ts-navigation-divider {
|
|
49
44
|
flex: 1;
|
|
50
45
|
height: 2px;
|
|
51
|
-
margin: 4px 0;
|
|
52
46
|
background: #ebecf7;
|
|
53
47
|
}
|
|
48
|
+
.ts-breadcrumb-chevron {
|
|
49
|
+
padding: 0 2px;
|
|
50
|
+
color: #3643ba;
|
|
51
|
+
}
|
|
54
52
|
|
|
55
53
|
/* ######### */
|
|
56
54
|
/* ACTIONS */
|
package/package.json
CHANGED
|
@@ -16,14 +16,11 @@
|
|
|
16
16
|
display: flex;
|
|
17
17
|
align-items: center;
|
|
18
18
|
}
|
|
19
|
-
.ts-breadcrumb-chevron {
|
|
20
|
-
padding: 0 8px;
|
|
21
|
-
color: #3643ba;
|
|
22
|
-
}
|
|
23
19
|
.ts-breadcrumb-item {
|
|
24
20
|
display: flex;
|
|
25
21
|
align-items: center;
|
|
26
22
|
height: 32px;
|
|
23
|
+
padding: 0 10px;
|
|
27
24
|
border-radius: 9999px;
|
|
28
25
|
color: #3643ba;
|
|
29
26
|
}
|
|
@@ -33,11 +30,9 @@
|
|
|
33
30
|
background: linear-gradient(270deg, #3643ba 0%, rgba(54, 67, 186, 0.6) 100%);
|
|
34
31
|
color: #ffffff;
|
|
35
32
|
}
|
|
36
|
-
.ts-breadcrumb-item--link {
|
|
37
|
-
cursor: pointer;
|
|
38
|
-
}
|
|
39
33
|
.ts-breadcrumb-item--link:hover {
|
|
40
|
-
|
|
34
|
+
background: #ebecf7;
|
|
35
|
+
cursor: pointer;
|
|
41
36
|
}
|
|
42
37
|
.ts-breadcrumb-item--icon {
|
|
43
38
|
padding-right: 8px;
|
|
@@ -48,9 +43,12 @@
|
|
|
48
43
|
.ts-navigation-divider {
|
|
49
44
|
flex: 1;
|
|
50
45
|
height: 2px;
|
|
51
|
-
margin: 4px 0;
|
|
52
46
|
background: #ebecf7;
|
|
53
47
|
}
|
|
48
|
+
.ts-breadcrumb-chevron {
|
|
49
|
+
padding: 0 2px;
|
|
50
|
+
color: #3643ba;
|
|
51
|
+
}
|
|
54
52
|
|
|
55
53
|
/* ######### */
|
|
56
54
|
/* ACTIONS */
|