@pmidc/upyog-css 1.0.25 → 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
|
@@ -7225,7 +7225,7 @@ video::-webkit-media-controls-panel {
|
|
|
7225
7225
|
--bg-opacity:1;
|
|
7226
7226
|
background-color: #fff;
|
|
7227
7227
|
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
7228
|
-
padding: 10px; }
|
|
7228
|
+
padding: 10px 10px 50px; }
|
|
7229
7229
|
.inbox-container .filters-container .filter .filter-card .filter-card-close-button {
|
|
7230
7230
|
-webkit-box-orient: horizontal;
|
|
7231
7231
|
-webkit-box-direction: reverse;
|
|
@@ -10733,8 +10733,52 @@ 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
|
-
color: red; }
|
|
10781
|
+
color: red !important; }
|
|
10738
10782
|
|
|
10739
10783
|
.display-none {
|
|
10740
10784
|
display: none; }
|