@selco/installation-ui-css 1.0.5 → 1.0.6

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": "@selco/installation-ui-css",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Adithya Katuku",
@@ -80,7 +80,8 @@
80
80
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
81
81
  max-height: 400px;
82
82
  overflow: auto;
83
- @apply absolute z-20 mt-xs bg-white max-w-full;
83
+ margin-top: 40px;
84
+ @apply absolute z-20 bg-white max-w-full;
84
85
 
85
86
  p {
86
87
  padding-top: 14px;
package/src/index.scss CHANGED
@@ -116,6 +116,7 @@
116
116
  @import "./pages/employee/customcheckbox.scss";
117
117
  @import "./pages/employee/reverseactionbar.scss";
118
118
  @import "./pages/employee/projectdetailstable.scss";
119
+ @import "./pages/employee/pmprojectstable.scss";
119
120
 
120
121
  .wbh-header-container {
121
122
  display: flex !important;
@@ -0,0 +1,16 @@
1
+
2
+ .pm-projects-table {
3
+ .table {
4
+ thead {
5
+ th:last-child {
6
+ text-align: center !important;
7
+ }
8
+ }
9
+
10
+ tbody {
11
+ td:last-child {
12
+ text-align: center;
13
+ }
14
+ }
15
+ }
16
+ }
@@ -106,7 +106,6 @@ $box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
106
106
 
107
107
  &:hover {
108
108
  background-color: $background-hover;
109
- cursor: pointer;
110
109
  }
111
110
 
112
111
  td:first-child {