@pmidc/upyog-css 1.0.41 → 1.0.43

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.scss +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pmidc/upyog-css",
3
- "version": "1.0.41",
3
+ "version": "1.0.43",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
package/src/index.scss CHANGED
@@ -849,6 +849,10 @@ input[type="number"] {
849
849
  padding-left: 20px;
850
850
  }
851
851
 
852
+ .no-left-margin {
853
+ margin-left: 0 !important;
854
+ }
855
+
852
856
  @media screen and (max-width: 768px) {
853
857
  .citizen .inboxButton {
854
858
  font-size: 1rem;