@pmidc/upyog-css 1.0.26 → 1.0.27

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
@@ -10733,6 +10733,50 @@ body {
10733
10733
  color: red;
10734
10734
  font-weight: 700; }
10735
10735
 
10736
+ .ViewAttendence .tablechart {
10737
+ display: -webkit-box;
10738
+ display: -ms-flexbox;
10739
+ display: flex;
10740
+ -webkit-box-orient: horizontal;
10741
+ -webkit-box-direction: normal;
10742
+ -ms-flex-direction: row;
10743
+ flex-direction: row;
10744
+ -ms-flex-wrap: wrap;
10745
+ flex-wrap: wrap;
10746
+ grid-gap: 16px;
10747
+ gap: 16px; }
10748
+
10749
+ .ViewAttendence .attendanceimage, .ViewAttendence .tablechartinner {
10750
+ -webkit-box-flex: 1;
10751
+ -ms-flex: 1 1 300px;
10752
+ flex: 1 1 300px;
10753
+ min-width: 300px; }
10754
+
10755
+ .ViewAttendence .attendanceimage {
10756
+ display: -webkit-box;
10757
+ display: -ms-flexbox;
10758
+ display: flex;
10759
+ -webkit-box-align: center;
10760
+ -ms-flex-align: center;
10761
+ align-items: center;
10762
+ -webkit-box-pack: center;
10763
+ -ms-flex-pack: center;
10764
+ justify-content: center;
10765
+ padding: 16px; }
10766
+
10767
+ .ViewAttendence .attendanceimg {
10768
+ max-width: 100%;
10769
+ max-height: 300px;
10770
+ -o-object-fit: contain;
10771
+ object-fit: contain; }
10772
+
10773
+ .ViewAttendence .attendancecard {
10774
+ margin-bottom: 16px; }
10775
+
10776
+ .swachempfilter {
10777
+ background-color: red;
10778
+ padding-bottom: 90px !important; }
10779
+
10736
10780
  .requiredField {
10737
10781
  color: red !important; }
10738
10782