@tattvafoundation/upyog-css 1.0.39 → 1.0.40

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": "@tattvafoundation/upyog-css",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
@@ -670,8 +670,8 @@ body {
670
670
  .bmc-card-full {
671
671
  width: 100%;
672
672
  float: left;
673
- padding-left: 4rem;
674
- padding-right: 4rem;
673
+ padding-left: 0;
674
+ padding-right: 0;
675
675
  margin-bottom: 20px;
676
676
  }
677
677
 
@@ -989,8 +989,8 @@ body {
989
989
  }
990
990
 
991
991
  .bmc-card-full {
992
- padding-left: 2rem;
993
- padding-right: 2rem;
992
+ padding-left: 1rem;
993
+ padding-right: 1rem;
994
994
  }
995
995
 
996
996
  .bmc-col1-card,
@@ -1075,8 +1075,8 @@ body {
1075
1075
  }
1076
1076
 
1077
1077
  .bmc-card-full {
1078
- padding-left: 1rem;
1079
- padding-right: 1rem;
1078
+ padding-left: 0.5rem;
1079
+ padding-right: 0.5rem;
1080
1080
  }
1081
1081
 
1082
1082
  .bmc-col1-card,
@@ -1915,9 +1915,10 @@ button.submit-bar:hover {
1915
1915
 
1916
1916
  .bmc-submit-btn:disabled,
1917
1917
  .bmc-print-btn:disabled {
1918
- background: gray !important;
1918
+ background: #8080806b !important;
1919
1919
  cursor: not-allowed;
1920
1920
  border: none;
1921
+ color: white !important;
1921
1922
  }
1922
1923
 
1923
1924
  @keyframes marquee {
@@ -1938,6 +1939,9 @@ button.submit-bar:hover {
1938
1939
  position: relative;
1939
1940
  z-index: 2;
1940
1941
  }
1942
+ .bmc-input-field.mb-0 input{
1943
+ margin-bottom: 0px !important;
1944
+ }
1941
1945
  .search-btn-wrapper .bmc-col3-card {
1942
1946
  width: auto;
1943
1947
  padding: 0;