@selco/installation-ui-css 1.0.20 → 1.0.21

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/installation-ui-css",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Adithya Katuku",
package/src/index.scss CHANGED
@@ -932,4 +932,20 @@ input[type="number"] {
932
932
 
933
933
  .digit-toggle-btn-wrap {
934
934
  width: 60px !important;
935
+ }
936
+
937
+ .digit-header-img {
938
+ width: 82px;
939
+ height: 30px;
940
+ }
941
+
942
+ .digit-topbar-ulb {
943
+ .state {
944
+ width: 60px;
945
+ height: 60px;
946
+ }
947
+ }
948
+
949
+ .digit-privacy-checkbox-align {
950
+ margin-top: 1rem !important;
935
951
  }