@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pmidc/upyog-css",
3
- "version": "1.0.25",
3
+ "version": "1.0.27",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "engines": {
@@ -1,3 +1,3 @@
1
1
  .requiredField{
2
- color: red;
2
+ color: red !important;
3
3
  }
@@ -123,6 +123,7 @@
123
123
  .filter-card {
124
124
  @apply bg-white;
125
125
  padding: 10px;
126
+ padding-bottom: 50px;
126
127
  .filter-card-close-button {
127
128
  @apply flex flex-row-reverse;
128
129
  }
@@ -134,3 +134,40 @@
134
134
  color: red;
135
135
  font-weight: bold;
136
136
  }
137
+
138
+ .ViewAttendence{
139
+ .tablechart{
140
+ display: flex;
141
+ flex-direction: row;
142
+ flex-wrap: wrap;
143
+ gap: 16px;
144
+ }
145
+
146
+ .tablechartinner{
147
+ flex: 1 1 300px;
148
+ min-width: 300px;
149
+ }
150
+
151
+ .attendanceimage{
152
+ flex: 1 1 300px;
153
+ min-width: 300px;
154
+ display: flex;
155
+ align-items: center;
156
+ justify-content: center;
157
+ padding: 16px;
158
+ }
159
+
160
+ .attendanceimg{
161
+ max-width: 100%;
162
+ max-height: 300px;
163
+ object-fit: contain;
164
+ }
165
+ .attendancecard{
166
+ margin-bottom: 16px;
167
+ }
168
+ }
169
+
170
+ .swachempfilter{
171
+ background-color: red;
172
+ padding-bottom: 90px !important;
173
+ }