@selco/selco-css 1.8.28 → 1.8.29
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 +17 -2
- package/dist/index.min.css +3 -3
- package/package.json +1 -1
- package/src/index.scss +10 -0
package/dist/index.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @selco/selco-css - 1.8.
|
|
2
|
+
* @selco/selco-css - 1.8.29
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c)
|
|
4
|
+
* Copyright (c) 2026 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
|
@@ -12940,3 +12940,18 @@ input[type=number], .checkbox-wrap .input-emp[type=number], .digit-checkbox-wrap
|
|
|
12940
12940
|
margin-right: -27%;
|
|
12941
12941
|
max-height: 120px;
|
|
12942
12942
|
margin-top: 90px; }
|
|
12943
|
+
|
|
12944
|
+
.input-container {
|
|
12945
|
+
display: -webkit-box;
|
|
12946
|
+
display: -ms-flexbox;
|
|
12947
|
+
display: flex;
|
|
12948
|
+
max-width: 540px;
|
|
12949
|
+
-webkit-box-align: center;
|
|
12950
|
+
-ms-flex-align: center;
|
|
12951
|
+
align-items: center;
|
|
12952
|
+
-webkit-box-pack: justify;
|
|
12953
|
+
-ms-flex-pack: justify;
|
|
12954
|
+
justify-content: space-between;
|
|
12955
|
+
border: 1px solid #464646;
|
|
12956
|
+
margin-bottom: 24px;
|
|
12957
|
+
padding: 0 5px; }
|