@selco/installation-ui-css 1.0.7 → 1.0.9
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/dist/index.css +14 -14
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/pages/employee/activitydetailstable.scss +12 -20
package/package.json
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
border: 1px solid #e0e0e0;
|
|
7
7
|
box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
|
|
8
8
|
width: 100%;
|
|
9
|
+
background-color: #FAFAFA;
|
|
9
10
|
|
|
10
11
|
.employee-select-wrap{
|
|
11
12
|
margin-bottom: 0;
|
|
@@ -23,18 +24,22 @@
|
|
|
23
24
|
border-collapse: collapse;
|
|
24
25
|
font-family: Roboto;
|
|
25
26
|
font-size: 14px;
|
|
26
|
-
background-color:
|
|
27
|
+
background-color: transparent;
|
|
27
28
|
margin-inline: 15px;
|
|
28
29
|
|
|
29
30
|
thead {
|
|
30
31
|
th {
|
|
31
|
-
background-color: #EEEEEE;
|
|
32
32
|
color: #0B4B66;
|
|
33
33
|
font-weight: 600;
|
|
34
34
|
text-align: left;
|
|
35
35
|
padding: 16px 18px;
|
|
36
36
|
font-size: 16px;
|
|
37
37
|
line-height: 18px;
|
|
38
|
+
background-color: transparent;
|
|
39
|
+
|
|
40
|
+
&:first-child {
|
|
41
|
+
min-width: 190px;
|
|
42
|
+
}
|
|
38
43
|
|
|
39
44
|
&:last-child {
|
|
40
45
|
text-align: center;
|
|
@@ -42,8 +47,8 @@
|
|
|
42
47
|
min-width: 80px;
|
|
43
48
|
position: sticky;
|
|
44
49
|
right: 0;
|
|
45
|
-
background-color: #
|
|
46
|
-
z-index:
|
|
50
|
+
background-color: #FAFAFA;
|
|
51
|
+
z-index: 11;
|
|
47
52
|
}
|
|
48
53
|
}
|
|
49
54
|
}
|
|
@@ -55,6 +60,7 @@
|
|
|
55
60
|
color: #666666;
|
|
56
61
|
font-size: 14px;
|
|
57
62
|
line-height: 1.4;
|
|
63
|
+
background-color: transparent;
|
|
58
64
|
|
|
59
65
|
&:last-child {
|
|
60
66
|
text-align: center;
|
|
@@ -62,22 +68,8 @@
|
|
|
62
68
|
min-width: 80px;
|
|
63
69
|
position: sticky;
|
|
64
70
|
right: 0;
|
|
65
|
-
background-color:
|
|
66
|
-
z-index:
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
tr {
|
|
71
|
-
&:nth-child(even) {
|
|
72
|
-
background-color: #f8f9fa;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
&:nth-child(odd) {
|
|
76
|
-
background-color: white;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
&:hover {
|
|
80
|
-
background-color: #f0f7ff;
|
|
71
|
+
background-color: #FAFAFA;
|
|
72
|
+
z-index: 10;
|
|
81
73
|
}
|
|
82
74
|
}
|
|
83
75
|
}
|