@selco/installation-ui-css 1.0.4 → 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/dist/index.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @selco/installation-ui-css - 1.0.4
2
+ * @selco/installation-ui-css - 1.0.6
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));
@@ -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,12 @@ 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
+
11065
11070
  .wbh-header .header-icon-container {
11066
11071
  cursor: pointer;
11067
11072
  color: #c84c0e;
@@ -11320,6 +11325,10 @@ body {
11320
11325
  .digit-bread-crumb--item .digit-bread-crumb-seperator {
11321
11326
  color: #0b0c0c; }
11322
11327
 
11328
+ .digit-multiselectdropdown-wrap .digit-multiselectdropodwn-menuitem .digit-label.selectAll {
11329
+ font-size: 16px;
11330
+ text-decoration: underline; }
11331
+
11323
11332
  .typography.text-heading-xl {
11324
11333
  font-family: Roboto Condensed;
11325
11334
  font-style: normal;
@@ -14557,3 +14566,7 @@ input[type=number], .checkbox-wrap .input-emp[type=number], .digit-checkbox-wrap
14557
14566
 
14558
14567
  .digit-bread-crumb--item .digit-bread-crumb-seperator {
14559
14568
  color: #0b0c0c; }
14569
+
14570
+ .digit-multiselectdropdown-wrap .digit-multiselectdropodwn-menuitem .digit-label.selectAll {
14571
+ font-size: 16px;
14572
+ text-decoration: underline; }