@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/dist/index.css CHANGED
@@ -10714,8 +10714,8 @@ body {
10714
10714
  .bmc-card-full {
10715
10715
  width: 100%;
10716
10716
  float: left;
10717
- padding-left: 4rem;
10718
- padding-right: 4rem;
10717
+ padding-left: 0;
10718
+ padding-right: 0;
10719
10719
  margin-bottom: 20px; }
10720
10720
 
10721
10721
  .bmc-row-card-header {
@@ -10982,8 +10982,8 @@ body {
10982
10982
  padding-bottom: 0;
10983
10983
  padding-left: 0; }
10984
10984
  .bmc-card-full {
10985
- padding-left: 2rem;
10986
- padding-right: 2rem; }
10985
+ padding-left: 1rem;
10986
+ padding-right: 1rem; }
10987
10987
  .bmc-col1-card, .bmc-col2-card, .bmc-col3-card {
10988
10988
  width: 100%;
10989
10989
  -webkit-box-sizing: border-box;
@@ -11040,8 +11040,8 @@ body {
11040
11040
  padding-bottom: 0;
11041
11041
  padding-left: 0; }
11042
11042
  .bmc-card-full {
11043
- padding-left: 1rem;
11044
- padding-right: 1rem; }
11043
+ padding-left: .5rem;
11044
+ padding-right: .5rem; }
11045
11045
  .bmc-col1-card, .bmc-col2-card, .bmc-col3-card {
11046
11046
  width: 100%;
11047
11047
  -webkit-box-sizing: border-box;
@@ -11760,9 +11760,10 @@ button.submit-bar:hover {
11760
11760
  border-radius: 6px; }
11761
11761
 
11762
11762
  .bmc-print-btn:disabled, .bmc-submit-btn:disabled {
11763
- background: grey !important;
11763
+ background: rgba(128, 128, 128, 0.41961) !important;
11764
11764
  cursor: not-allowed;
11765
- border: none; }
11765
+ border: none;
11766
+ color: #fff !important; }
11766
11767
 
11767
11768
  @-webkit-keyframes marquee {
11768
11769
  0% {
@@ -11788,6 +11789,9 @@ button.submit-bar:hover {
11788
11789
  position: relative;
11789
11790
  z-index: 2; }
11790
11791
 
11792
+ .bmc-input-field.mb-0 input, .bmc-input-field.mb-0 .checkbox-wrap .input-emp, .checkbox-wrap .bmc-input-field.mb-0 .input-emp {
11793
+ margin-bottom: 0 !important; }
11794
+
11791
11795
  .search-btn-wrapper .bmc-col3-card {
11792
11796
  width: auto;
11793
11797
  padding: 0; }