@selco/selco-css 1.8.22 → 1.8.24
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 +2 -4
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/components/checkbox.scss +0 -2
package/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @selco/selco-css - 1.8.
|
|
2
|
+
* @selco/selco-css - 1.8.24
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
@@ -2837,8 +2837,6 @@ img, video {
|
|
|
2837
2837
|
left: 0;
|
|
2838
2838
|
z-index: 10; }
|
|
2839
2839
|
.checkbox-wrap .input-emp {
|
|
2840
|
-
margin-top: 15px;
|
|
2841
|
-
margin-left: -1px;
|
|
2842
2840
|
width: 24px;
|
|
2843
2841
|
height: 24px; }
|
|
2844
2842
|
.checkbox-wrap .custom-checkbox, .checkbox-wrap .custom-checkbox-emp {
|
|
@@ -11722,7 +11720,7 @@ ol, ul {
|
|
|
11722
11720
|
max-width: 540px; }
|
|
11723
11721
|
|
|
11724
11722
|
.digit-upload-file {
|
|
11725
|
-
min-height:
|
|
11723
|
+
min-height: 35px;
|
|
11726
11724
|
position: relative;
|
|
11727
11725
|
border-width: 1px;
|
|
11728
11726
|
--border-opacity:1;
|