@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selco/selco-css",
3
- "version": "1.8.28",
3
+ "version": "1.8.29",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egov.org.in>",
package/src/index.scss CHANGED
@@ -760,3 +760,13 @@ input[type="number"] {
760
760
  max-height: 120px;
761
761
  margin-top: 90px;
762
762
  }
763
+
764
+ .input-container {
765
+ display: flex;
766
+ max-width: 540px;
767
+ align-items: center;
768
+ justify-content: space-between;
769
+ border: 1px solid #464646;
770
+ margin-bottom: 24px;
771
+ padding: 0 5px;
772
+ }