@pmidc/upyog-css 1.0.39 → 1.0.41

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
@@ -10908,6 +10908,123 @@ body {
10908
10908
  color: red;
10909
10909
  font-weight: 700; }
10910
10910
 
10911
+ .ViewAttendence .tablechart {
10912
+ display: -webkit-box;
10913
+ display: -ms-flexbox;
10914
+ display: flex;
10915
+ -webkit-box-orient: horizontal;
10916
+ -webkit-box-direction: normal;
10917
+ -ms-flex-direction: row;
10918
+ flex-direction: row;
10919
+ -ms-flex-wrap: wrap;
10920
+ flex-wrap: wrap;
10921
+ grid-gap: 16px;
10922
+ gap: 16px; }
10923
+
10924
+ .ViewAttendence .attendanceimage, .ViewAttendence .tablechartinner {
10925
+ -webkit-box-flex: 1;
10926
+ -ms-flex: 1 1 300px;
10927
+ flex: 1 1 300px;
10928
+ min-width: 300px; }
10929
+
10930
+ .ViewAttendence .attendanceimage {
10931
+ display: -webkit-box;
10932
+ display: -ms-flexbox;
10933
+ display: flex;
10934
+ -webkit-box-align: center;
10935
+ -ms-flex-align: center;
10936
+ align-items: center;
10937
+ -webkit-box-pack: center;
10938
+ -ms-flex-pack: center;
10939
+ justify-content: center;
10940
+ padding: 16px; }
10941
+
10942
+ .ViewAttendence .attendanceimg {
10943
+ max-width: 100%;
10944
+ max-height: 300px;
10945
+ -o-object-fit: contain;
10946
+ object-fit: contain; }
10947
+
10948
+ .ViewAttendence .attendancecard {
10949
+ margin-bottom: 16px; }
10950
+
10951
+ .swachempfilter {
10952
+ background-color: red;
10953
+ padding-bottom: 90px !important; }
10954
+
10955
+ .alignmentSettle .form-field {
10956
+ width: calc(25% - 15px) !important;
10957
+ margin-right: 15px !important;
10958
+ margin-bottom: 16px !important;
10959
+ min-width: calc(25% - 15px) !important;
10960
+ max-width: calc(25% - 15px) !important; }
10961
+
10962
+ .alignmentSettle .form-field:nth-child(4n), .alignmentSettle .submit {
10963
+ margin-right: 0 !important; }
10964
+
10965
+ .alignmentSettle .submit {
10966
+ width: calc(25% - 15px) !important;
10967
+ min-width: calc(25% - 15px) !important;
10968
+ max-width: calc(25% - 15px) !important;
10969
+ margin-top: 0 !important;
10970
+ display: -webkit-box !important;
10971
+ display: -ms-flexbox !important;
10972
+ display: flex !important;
10973
+ -webkit-box-orient: vertical !important;
10974
+ -webkit-box-direction: normal !important;
10975
+ -ms-flex-direction: column !important;
10976
+ flex-direction: column !important;
10977
+ -webkit-box-pack: end !important;
10978
+ -ms-flex-pack: end !important;
10979
+ justify-content: flex-end !important; }
10980
+ .alignmentSettle .submit button {
10981
+ width: 100% !important;
10982
+ height: 40px !important;
10983
+ margin-bottom: 4px !important;
10984
+ font-size: 14px !important; }
10985
+ .alignmentSettle .submit p {
10986
+ width: 100% !important;
10987
+ margin: 0 !important;
10988
+ text-align: center !important;
10989
+ font-size: 12px !important; }
10990
+
10991
+ @media (max-width: 1024px) {
10992
+ .alignmentSettle .form-field {
10993
+ width: calc(50% - 10px) !important;
10994
+ min-width: calc(50% - 10px) !important;
10995
+ max-width: calc(50% - 10px) !important; }
10996
+ .alignmentSettle .form-field, .alignmentSettle .form-field:nth-child(4n) {
10997
+ margin-right: 10px !important; }
10998
+ .alignmentSettle .form-field:nth-child(2n) {
10999
+ margin-right: 0 !important; }
11000
+ .alignmentSettle .submit {
11001
+ width: calc(50% - 10px) !important;
11002
+ min-width: calc(50% - 10px) !important;
11003
+ max-width: calc(50% - 10px) !important; } }
11004
+
11005
+ @media (max-width: 640px) {
11006
+ .alignmentSettle .form-field {
11007
+ width: 100% !important;
11008
+ min-width: 100% !important;
11009
+ max-width: 100% !important;
11010
+ margin-bottom: 12px !important; }
11011
+ .alignmentSettle .form-field, .alignmentSettle .form-field:nth-child(2n) {
11012
+ margin-right: 0 !important; }
11013
+ .alignmentSettle .submit {
11014
+ width: 100% !important;
11015
+ min-width: 100% !important;
11016
+ max-width: 100% !important;
11017
+ margin-top: 8px !important; }
11018
+ .alignmentSettle .submit button {
11019
+ height: 44px !important;
11020
+ font-size: 16px !important; } }
11021
+
11022
+ @media (max-width: 480px) {
11023
+ .alignmentSettle .form-field {
11024
+ margin-bottom: 10px !important; }
11025
+ .alignmentSettle .submit button {
11026
+ height: 48px !important; } }
11027
+
10911
11028
  .requiredField {
10912
11029
  color: red !important; }
10913
11030
 
@@ -11037,6 +11154,79 @@ body {
11037
11154
  margin-top: -24px;
11038
11155
  left: auto; } }
11039
11156
 
11157
+ .sanction-fee-wrapper {
11158
+ width: 100%;
11159
+ overflow-x: auto;
11160
+ -webkit-overflow-scrolling: touch; }
11161
+
11162
+ .sanction-fee-table {
11163
+ width: 100%;
11164
+ border-collapse: collapse; }
11165
+
11166
+ .sanction-fee-table td, .sanction-fee-table th {
11167
+ padding: 8px 12px;
11168
+ border: 1px solid #ddd;
11169
+ color: #0d43a7;
11170
+ text-align: left;
11171
+ white-space: nowrap; }
11172
+
11173
+ .sanction-fee-table th {
11174
+ background-color: #fff;
11175
+ font-weight: 600; }
11176
+
11177
+ .sanction-fee-table tr:nth-child(odd) {
11178
+ background-color: #f4f4f4; }
11179
+
11180
+ .sanction-fee-table tr:nth-child(2n) {
11181
+ background-color: #fff; }
11182
+
11183
+ @media (max-width: 768px) {
11184
+ .sanction-fee-wrapper {
11185
+ overflow-x: hidden;
11186
+ padding: 0 8px; }
11187
+ .sanction-fee-table, .sanction-fee-table tbody, .sanction-fee-table td, .sanction-fee-table th, .sanction-fee-table thead, .sanction-fee-table tr {
11188
+ display: block;
11189
+ width: 100%; }
11190
+ .sanction-fee-table thead {
11191
+ display: none; }
11192
+ .sanction-fee-table tr {
11193
+ margin-bottom: 12px;
11194
+ border: 1px solid #ddd;
11195
+ border-radius: 8px;
11196
+ background: #fff;
11197
+ padding: 8px 12px; }
11198
+ .sanction-fee-table td, .sanction-fee-table tr {
11199
+ -webkit-box-sizing: border-box;
11200
+ box-sizing: border-box;
11201
+ width: 100%; }
11202
+ .sanction-fee-table td {
11203
+ border: none;
11204
+ display: -webkit-box;
11205
+ display: -ms-flexbox;
11206
+ display: flex;
11207
+ -webkit-box-pack: justify;
11208
+ -ms-flex-pack: justify;
11209
+ justify-content: space-between;
11210
+ -webkit-box-align: center;
11211
+ -ms-flex-align: center;
11212
+ align-items: center;
11213
+ text-align: left;
11214
+ white-space: normal;
11215
+ padding: 6px 0; }
11216
+ .sanction-fee-table td:before {
11217
+ content: attr(data-label);
11218
+ font-weight: 600;
11219
+ color: #3f4351;
11220
+ -ms-flex-preferred-size: 50%;
11221
+ flex-basis: 50%;
11222
+ text-align: left;
11223
+ padding-right: 8px; }
11224
+ .sanction-fee-table td > * {
11225
+ -ms-flex-preferred-size: 50%;
11226
+ flex-basis: 50%;
11227
+ word-break: break-word;
11228
+ text-align: right; } }
11229
+
11040
11230
  .display-none {
11041
11231
  display: none; }
11042
11232