@selco/installation-ui-css 1.0.5 → 1.0.7
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 +87 -5
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/components/popup.scss +1 -1
- package/src/components/selectdropdown.scss +2 -1
- package/src/index.scss +8 -0
- package/src/pages/employee/activitydetailstable.scss +105 -0
- package/src/pages/employee/pmprojectstable.scss +16 -0
- package/src/pages/employee/projectdetailstable.scss +0 -1
package/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @selco/installation-ui-css - 1.0.
|
|
2
|
+
* @selco/installation-ui-css - 1.0.7
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Adithya Katuku
|
|
5
5
|
*
|
|
@@ -1828,9 +1828,9 @@
|
|
|
1828
1828
|
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);
|
|
1829
1829
|
max-height: 400px;
|
|
1830
1830
|
overflow: auto;
|
|
1831
|
+
margin-top: 40px;
|
|
1831
1832
|
position: absolute;
|
|
1832
1833
|
z-index: 20;
|
|
1833
|
-
margin-top: 4px;
|
|
1834
1834
|
--bg-opacity:1;
|
|
1835
1835
|
background-color: #fff;
|
|
1836
1836
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
@@ -2989,7 +2989,7 @@
|
|
|
2989
2989
|
top: 0;
|
|
2990
2990
|
left: 0;
|
|
2991
2991
|
min-height: 100vh;
|
|
2992
|
-
z-index:
|
|
2992
|
+
z-index: 10000000; }
|
|
2993
2993
|
|
|
2994
2994
|
@media (min-width: 780px) {
|
|
2995
2995
|
.popup-wrap {
|
|
@@ -10981,8 +10981,7 @@ body {
|
|
|
10981
10981
|
.project-details-table .table tbody tr:nth-child(odd) {
|
|
10982
10982
|
background-color: #fff; }
|
|
10983
10983
|
.project-details-table .table tbody tr:hover {
|
|
10984
|
-
background-color: #f0f7ff;
|
|
10985
|
-
cursor: pointer; }
|
|
10984
|
+
background-color: #f0f7ff; }
|
|
10986
10985
|
.project-details-table .table tbody tr td:first-child {
|
|
10987
10986
|
font-weight: 500;
|
|
10988
10987
|
color: #333; }
|
|
@@ -11062,6 +11061,83 @@ body {
|
|
|
11062
11061
|
.project-details-table .table td:first-child, .project-details-table .table th:first-child {
|
|
11063
11062
|
min-width: 150px; } }
|
|
11064
11063
|
|
|
11064
|
+
.pm-projects-table .table thead th:last-child {
|
|
11065
|
+
text-align: center !important; }
|
|
11066
|
+
|
|
11067
|
+
.pm-projects-table .table tbody td:last-child {
|
|
11068
|
+
text-align: center; }
|
|
11069
|
+
|
|
11070
|
+
.activity-details-table {
|
|
11071
|
+
display: -webkit-box;
|
|
11072
|
+
display: -ms-flexbox;
|
|
11073
|
+
display: flex;
|
|
11074
|
+
border-radius: 10px;
|
|
11075
|
+
overflow-x: auto;
|
|
11076
|
+
overflow-y: visible;
|
|
11077
|
+
border: 1px solid #e0e0e0;
|
|
11078
|
+
-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
|
|
11079
|
+
box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
|
|
11080
|
+
width: 100%; }
|
|
11081
|
+
.activity-details-table .employee-card-input, .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .activity-details-table .form-control, .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .activity-details-table input[type=checkbox], .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .input-emp[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .activity-details-table .input-emp[type=checkbox], .activity-details-table .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox], .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .activity-details-table .input-emp[type=checkbox], .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .input-emp[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .activity-details-table .input-emp[type=checkbox], .activity-details-table .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox], .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .activity-details-table .input-emp[type=checkbox], .activity-details-table .employee-select-wrap {
|
|
11082
|
+
margin-bottom: 0; }
|
|
11083
|
+
.activity-details-table .employee-card-input :hover, .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control :hover, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .activity-details-table .form-control :hover, .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input[type=checkbox] :hover, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .activity-details-table input[type=checkbox] :hover, .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .input-emp[type=checkbox] :hover, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .activity-details-table .input-emp[type=checkbox] :hover, .activity-details-table .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox] :hover, .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .activity-details-table .input-emp[type=checkbox] :hover, .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .input-emp[type=checkbox] :hover, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .activity-details-table .input-emp[type=checkbox] :hover, .activity-details-table .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox] :hover, .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .activity-details-table .input-emp[type=checkbox] :hover {
|
|
11084
|
+
border-color: #c84c0e; }
|
|
11085
|
+
.activity-details-table .table {
|
|
11086
|
+
width: 100%;
|
|
11087
|
+
min-width: -webkit-fit-content;
|
|
11088
|
+
min-width: -moz-fit-content;
|
|
11089
|
+
min-width: fit-content;
|
|
11090
|
+
border-collapse: collapse;
|
|
11091
|
+
font-family: Roboto;
|
|
11092
|
+
font-size: 14px;
|
|
11093
|
+
background-color: #fff;
|
|
11094
|
+
margin-left: 15px;
|
|
11095
|
+
margin-right: 15px; }
|
|
11096
|
+
.activity-details-table .table thead th {
|
|
11097
|
+
color: #0b4b66;
|
|
11098
|
+
font-weight: 600;
|
|
11099
|
+
text-align: left;
|
|
11100
|
+
padding: 16px 18px;
|
|
11101
|
+
font-size: 16px;
|
|
11102
|
+
line-height: 18px; }
|
|
11103
|
+
.activity-details-table .table thead th:last-child {
|
|
11104
|
+
text-align: center;
|
|
11105
|
+
width: 80px;
|
|
11106
|
+
min-width: 80px;
|
|
11107
|
+
position: sticky;
|
|
11108
|
+
right: 0;
|
|
11109
|
+
z-index: 15; }
|
|
11110
|
+
.activity-details-table .table tbody td {
|
|
11111
|
+
padding: 16px 18px;
|
|
11112
|
+
border-bottom: 1px solid #e0e0e0;
|
|
11113
|
+
color: #666;
|
|
11114
|
+
font-size: 14px;
|
|
11115
|
+
line-height: 1.4; }
|
|
11116
|
+
.activity-details-table .table tbody td:last-child {
|
|
11117
|
+
text-align: center;
|
|
11118
|
+
width: 80px;
|
|
11119
|
+
min-width: 80px;
|
|
11120
|
+
position: sticky;
|
|
11121
|
+
right: 0;
|
|
11122
|
+
background-color: #fff;
|
|
11123
|
+
z-index: 14; }
|
|
11124
|
+
.activity-details-table .table tbody tr:nth-child(2n) {
|
|
11125
|
+
background-color: #f8f9fa; }
|
|
11126
|
+
.activity-details-table .table tbody tr:nth-child(odd) {
|
|
11127
|
+
background-color: #fff; }
|
|
11128
|
+
.activity-details-table .table tbody tr:hover {
|
|
11129
|
+
background-color: #f0f7ff; }
|
|
11130
|
+
@media (max-width: 768px) {
|
|
11131
|
+
.activity-details-table .table {
|
|
11132
|
+
min-width: 1000px;
|
|
11133
|
+
white-space: nowrap; }
|
|
11134
|
+
.activity-details-table .table td, .activity-details-table .table th {
|
|
11135
|
+
min-width: 140px; }
|
|
11136
|
+
.activity-details-table .table td:first-child, .activity-details-table .table th:first-child {
|
|
11137
|
+
min-width: 120px; }
|
|
11138
|
+
.activity-details-table .table td:last-child, .activity-details-table .table th:last-child {
|
|
11139
|
+
min-width: 80px; } }
|
|
11140
|
+
|
|
11065
11141
|
.wbh-header .header-icon-container {
|
|
11066
11142
|
cursor: pointer;
|
|
11067
11143
|
color: #c84c0e;
|
|
@@ -11324,6 +11400,9 @@ body {
|
|
|
11324
11400
|
font-size: 16px;
|
|
11325
11401
|
text-decoration: underline; }
|
|
11326
11402
|
|
|
11403
|
+
.employee-select-wrap .options-card {
|
|
11404
|
+
margin-top: 0; }
|
|
11405
|
+
|
|
11327
11406
|
.typography.text-heading-xl {
|
|
11328
11407
|
font-family: Roboto Condensed;
|
|
11329
11408
|
font-style: normal;
|
|
@@ -14565,3 +14644,6 @@ input[type=number], .checkbox-wrap .input-emp[type=number], .digit-checkbox-wrap
|
|
|
14565
14644
|
.digit-multiselectdropdown-wrap .digit-multiselectdropodwn-menuitem .digit-label.selectAll {
|
|
14566
14645
|
font-size: 16px;
|
|
14567
14646
|
text-decoration: underline; }
|
|
14647
|
+
|
|
14648
|
+
.employee-select-wrap .options-card {
|
|
14649
|
+
margin-top: 0; }
|