@tattvafoundation/upyog-css 1.0.38 → 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.38",
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,
@@ -1762,6 +1762,30 @@ button.submit-bar:hover {
1762
1762
  border-color: #b08905 !important;
1763
1763
  }
1764
1764
  }
1765
+ .bmc-input-field-textarea textarea{
1766
+ border-radius: 6px;
1767
+ border: 1px solid #d1d5db;
1768
+ padding: 8px;
1769
+ transition: border-color 0.3s ease-in-out;
1770
+ font-size: 15px;
1771
+ }
1772
+ .bmc-input-field-textarea textarea:disabled{
1773
+ border-color: #9ca3af;
1774
+ }
1775
+ .bmc-input-field-textarea textarea:focus{
1776
+ border-color: #b08905;
1777
+ }
1778
+ .bmc-input-field-textarea textarea:hover{
1779
+ border-color: #b08905 !important;
1780
+ }
1781
+
1782
+ .bmc-input-field input:disabled,
1783
+ .bmc-input-field textarea:disabled,
1784
+ .bmc-date-picker input:disabled,
1785
+ .multi-column-dropdown-wrap.bmc-multicolumn-dropdown-wrap .master:disabled{
1786
+ border-color: #9ca3af;
1787
+ }
1788
+
1765
1789
  .multi-column-dropdown-wrap.bmc-multicolumn-dropdown-wrap .master-active {
1766
1790
  border-color: #b08905;
1767
1791
  border-radius: 6px;
@@ -1812,6 +1836,9 @@ button.submit-bar:hover {
1812
1836
  top: 50%;
1813
1837
  transform: translateY(-50%);
1814
1838
  }
1839
+ .bmc-input-field textarea{
1840
+ height: unset !important;
1841
+ }
1815
1842
 
1816
1843
  .bmc-marquee-container {
1817
1844
  position: absolute;
@@ -1850,6 +1877,24 @@ button.submit-bar:hover {
1850
1877
  .bmc-radio-button-container.inspection .radio-wrap div:nth-child(3) label {
1851
1878
  line-height: 20px;
1852
1879
  }
1880
+ .bmc-print-btn {
1881
+ border-bottom: 2px solid #000000;
1882
+ outline: none;
1883
+ background-color: #0c8145;
1884
+ cursor: pointer;
1885
+ border-radius: 6px;
1886
+ transition: all 0.3s ease-in-out;
1887
+ display: flex;
1888
+ align-items: center;
1889
+ justify-content: center;
1890
+ }
1891
+ .bmc-print-btn:hover{
1892
+ background-color: #076233 !important;
1893
+ box-shadow: none !important;
1894
+ border-bottom: none !important;
1895
+ border-radius: 6px;
1896
+ }
1897
+
1853
1898
  .bmc-submit-btn {
1854
1899
  border-bottom: 2px solid #8f6d0d;
1855
1900
  outline: none;
@@ -1857,6 +1902,9 @@ button.submit-bar:hover {
1857
1902
  cursor: pointer;
1858
1903
  border-radius: 6px;
1859
1904
  transition: all 0.3s ease-in-out;
1905
+ display: flex;
1906
+ align-items: center;
1907
+ justify-content: center;
1860
1908
  }
1861
1909
  .bmc-submit-btn:hover{
1862
1910
  background-color: rgb(209, 176, 63) !important;
@@ -1865,9 +1913,12 @@ button.submit-bar:hover {
1865
1913
  border-radius: 6px;
1866
1914
  }
1867
1915
 
1868
- .bmc-submit-btn:disabled {
1869
- background: gray;
1916
+ .bmc-submit-btn:disabled,
1917
+ .bmc-print-btn:disabled {
1918
+ background: #8080806b !important;
1870
1919
  cursor: not-allowed;
1920
+ border: none;
1921
+ color: white !important;
1871
1922
  }
1872
1923
 
1873
1924
  @keyframes marquee {
@@ -1888,7 +1939,13 @@ button.submit-bar:hover {
1888
1939
  position: relative;
1889
1940
  z-index: 2;
1890
1941
  }
1891
-
1942
+ .bmc-input-field.mb-0 input{
1943
+ margin-bottom: 0px !important;
1944
+ }
1945
+ .search-btn-wrapper .bmc-col3-card {
1946
+ width: auto;
1947
+ padding: 0;
1948
+ }
1892
1949
  /* Extra Small Mobile Phones (up to 320px) */
1893
1950
  @media screen and (max-width: 320px) {
1894
1951
  .mobile-CardWrapper {