@selco/installation-ui-css 1.0.4 → 1.0.5
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 +9 -1
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/index.scss +9 -0
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.5
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Adithya Katuku
|
|
5
5
|
*
|
|
@@ -11320,6 +11320,10 @@ body {
|
|
|
11320
11320
|
.digit-bread-crumb--item .digit-bread-crumb-seperator {
|
|
11321
11321
|
color: #0b0c0c; }
|
|
11322
11322
|
|
|
11323
|
+
.digit-multiselectdropdown-wrap .digit-multiselectdropodwn-menuitem .digit-label.selectAll {
|
|
11324
|
+
font-size: 16px;
|
|
11325
|
+
text-decoration: underline; }
|
|
11326
|
+
|
|
11323
11327
|
.typography.text-heading-xl {
|
|
11324
11328
|
font-family: Roboto Condensed;
|
|
11325
11329
|
font-style: normal;
|
|
@@ -14557,3 +14561,7 @@ input[type=number], .checkbox-wrap .input-emp[type=number], .digit-checkbox-wrap
|
|
|
14557
14561
|
|
|
14558
14562
|
.digit-bread-crumb--item .digit-bread-crumb-seperator {
|
|
14559
14563
|
color: #0b0c0c; }
|
|
14564
|
+
|
|
14565
|
+
.digit-multiselectdropdown-wrap .digit-multiselectdropodwn-menuitem .digit-label.selectAll {
|
|
14566
|
+
font-size: 16px;
|
|
14567
|
+
text-decoration: underline; }
|