@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/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @selco/installation-ui-css - 1.0.
|
|
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;
|