@pmidc/upyog-css 1.2.9 → 1.2.11
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 +62 -40
- package/dist/index.min.css +1 -1
- package/package.json +63 -63
- package/src/components/card.scss +66 -30
- package/src/components/hoc/InboxComposer.scss +3 -7
- package/src/index.scss +11 -6
- package/src/modules/hrms/index.scss +0 -11
- package/src/pages/employee/form-fields.scss +7 -1
- package/src/pages/employee/inbox.scss +1 -0
- package/src/pages/ws/index.scss +14 -0
package/dist/index.css
CHANGED
|
@@ -207,14 +207,6 @@ button, input, .checkbox-wrap .input-emp, optgroup, select, textarea {
|
|
|
207
207
|
code, kbd, pre, samp {
|
|
208
208
|
font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace; }
|
|
209
209
|
|
|
210
|
-
audio, canvas, embed, iframe, img, object, svg, video {
|
|
211
|
-
display: block;
|
|
212
|
-
vertical-align: middle; }
|
|
213
|
-
|
|
214
|
-
img, video {
|
|
215
|
-
max-width: 100%;
|
|
216
|
-
height: auto; }
|
|
217
|
-
|
|
218
210
|
.container {
|
|
219
211
|
width: 100%; }
|
|
220
212
|
|
|
@@ -1798,7 +1790,7 @@ body {
|
|
|
1798
1790
|
.card-link {
|
|
1799
1791
|
height: 40px;
|
|
1800
1792
|
background: linear-gradient(135deg, #2563eb, #1e40af);
|
|
1801
|
-
color: #fff;
|
|
1793
|
+
color: #fff !important;
|
|
1802
1794
|
text-align: center;
|
|
1803
1795
|
outline: none;
|
|
1804
1796
|
width: 175px;
|
|
@@ -1816,8 +1808,12 @@ body {
|
|
|
1816
1808
|
transform: translateY(-2px);
|
|
1817
1809
|
-webkit-box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32);
|
|
1818
1810
|
box-shadow: 0 12px 28px rgba(37, 99, 235, 0.32); }
|
|
1811
|
+
.card-link:focus, .card-link:hover {
|
|
1812
|
+
color: #fff !important; }
|
|
1819
1813
|
.card-link:focus {
|
|
1820
1814
|
outline: none; }
|
|
1815
|
+
.card-link:active, .card-link:visited {
|
|
1816
|
+
color: #fff !important; }
|
|
1821
1817
|
.card-link header {
|
|
1822
1818
|
font-weight: 600;
|
|
1823
1819
|
font-size: 12px;
|
|
@@ -2097,18 +2093,21 @@ body {
|
|
|
2097
2093
|
display: flex;
|
|
2098
2094
|
-webkit-box-align: start;
|
|
2099
2095
|
-ms-flex-align: start;
|
|
2100
|
-
align-items: flex-start;
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
.employee .employeeCard .
|
|
2104
|
-
width:
|
|
2105
|
-
.employee .employeeCard .field, .employee .employeeCard .form-field {
|
|
2106
|
-
width: 50%; }
|
|
2096
|
+
align-items: flex-start; }
|
|
2097
|
+
.employee .employeeCard .field {
|
|
2098
|
+
width: 40%; }
|
|
2099
|
+
.employee .employeeCard .form-field {
|
|
2100
|
+
width: 100%; }
|
|
2107
2101
|
.employee .employeeCard .label-field-pair + .card-label-error, .employee .employeeCard .label-field-pair .card-label-error {
|
|
2108
2102
|
width: 50% !important;
|
|
2109
2103
|
margin-left: 50% !important;
|
|
2110
2104
|
margin-top: -10px !important;
|
|
2111
|
-
margin-bottom: 8px !important; }
|
|
2105
|
+
margin-bottom: 8px !important; }
|
|
2106
|
+
.popup-module .card-label, .popup-module .field, .popup-module .form-field {
|
|
2107
|
+
width: auto; } }
|
|
2108
|
+
|
|
2109
|
+
.BPAemployeeCard.bpa-workflow-modal-form .card-label, .BPAemployeeCard.bpa-workflow-modal-form .form-field {
|
|
2110
|
+
width: 100% !important; }
|
|
2112
2111
|
|
|
2113
2112
|
@media (max-width: 767px) {
|
|
2114
2113
|
.employee .employeeCard .card-label, .employee .employeeCard .field, .employee .employeeCard .form-field {
|
|
@@ -2130,6 +2129,21 @@ body {
|
|
|
2130
2129
|
.employee-login-container .form-field, .employee-login-form .form-field, .employee-login-page .form-field, .employeeCard .headerStyle + .card-label-desc ~ div .form-field {
|
|
2131
2130
|
width: 100% !important; }
|
|
2132
2131
|
|
|
2132
|
+
.obps-search-mobile-wrapper {
|
|
2133
|
+
width: 100% !important;
|
|
2134
|
+
display: -webkit-box !important;
|
|
2135
|
+
display: -ms-flexbox !important;
|
|
2136
|
+
display: flex !important; }
|
|
2137
|
+
|
|
2138
|
+
.obps-search-mobile-wrapper .employee-select-wrap {
|
|
2139
|
+
width: 100% !important;
|
|
2140
|
+
-webkit-box-flex: 1 !important;
|
|
2141
|
+
-ms-flex: 1 !important;
|
|
2142
|
+
flex: 1 !important; }
|
|
2143
|
+
|
|
2144
|
+
.BPAemployeeCard .employeeCard .card-label, .BPAemployeeCard .employeeCard .form-field, .obps-search-mobile-wrapper .form-field {
|
|
2145
|
+
width: 100% !important; }
|
|
2146
|
+
|
|
2133
2147
|
.selector-button, .selector-button-primary, .selector-button-secondary {
|
|
2134
2148
|
color: #fff !important;
|
|
2135
2149
|
border: none !important;
|
|
@@ -6940,10 +6954,10 @@ video::-webkit-media-controls-panel {
|
|
|
6940
6954
|
.sidebar-menu .menu-item .menu-item-text {
|
|
6941
6955
|
margin-left: 1em; }
|
|
6942
6956
|
|
|
6943
|
-
.
|
|
6944
|
-
-webkit-box
|
|
6945
|
-
-ms-
|
|
6946
|
-
|
|
6957
|
+
.complaint-input-container {
|
|
6958
|
+
display: -webkit-box;
|
|
6959
|
+
display: -ms-flexbox;
|
|
6960
|
+
display: flex; }
|
|
6947
6961
|
|
|
6948
6962
|
.inboxPopupMobileWrapper {
|
|
6949
6963
|
display: block;
|
|
@@ -8826,7 +8840,8 @@ video::-webkit-media-controls-panel {
|
|
|
8826
8840
|
padding: 16px; }
|
|
8827
8841
|
.inbox-container .search-container .search-complaint-container .complaint-input-container {
|
|
8828
8842
|
display: grid !important;
|
|
8829
|
-
grid-template-columns: 33.33% 33.33% 33.33%;
|
|
8843
|
+
grid-template-columns: 33.33% 33.33% 33.33%;
|
|
8844
|
+
width: 100% !important; }
|
|
8830
8845
|
.inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search {
|
|
8831
8846
|
grid-template-columns: 25% 25% 25% 25%; }
|
|
8832
8847
|
.inbox-container .search-container .search-complaint-container .complaint-input-container.for-pt.for-search .input-fields:nth-child(3n) {
|
|
@@ -9160,7 +9175,7 @@ video::-webkit-media-controls-panel {
|
|
|
9160
9175
|
.desktop-w-full {
|
|
9161
9176
|
width: 100% !important; } }
|
|
9162
9177
|
|
|
9163
|
-
employee-form-first {
|
|
9178
|
+
.employee-form-first {
|
|
9164
9179
|
display: -webkit-box;
|
|
9165
9180
|
display: -ms-flexbox;
|
|
9166
9181
|
display: flex;
|
|
@@ -9174,6 +9189,9 @@ employee-form-first {
|
|
|
9174
9189
|
-ms-flex-direction: column;
|
|
9175
9190
|
flex-direction: column; }
|
|
9176
9191
|
|
|
9192
|
+
.complaint-input-container .complaint-input .form-field, .complaint-input-container .form-field {
|
|
9193
|
+
width: 100% !important; }
|
|
9194
|
+
|
|
9177
9195
|
.scroll-table-wrapper {
|
|
9178
9196
|
-ms-overflow-style: none;
|
|
9179
9197
|
scrollbar-width: none;
|
|
@@ -13865,7 +13883,7 @@ body {
|
|
|
13865
13883
|
min-width: calc(25% - 15px) !important;
|
|
13866
13884
|
max-width: calc(25% - 15px) !important; }
|
|
13867
13885
|
|
|
13868
|
-
.alignmentSettle .form-field:nth-child(4n), .alignmentSettle .submit {
|
|
13886
|
+
.alignmentSettle .field:nth-child(4n), .alignmentSettle .form-field:nth-child(4n), .alignmentSettle .submit {
|
|
13869
13887
|
margin-right: 0 !important; }
|
|
13870
13888
|
|
|
13871
13889
|
.alignmentSettle .submit {
|
|
@@ -13903,6 +13921,10 @@ body {
|
|
|
13903
13921
|
margin-right: 10px !important; }
|
|
13904
13922
|
.alignmentSettle .form-field:nth-child(2n) {
|
|
13905
13923
|
margin-right: 0 !important; }
|
|
13924
|
+
.alignmentSettle .field:nth-child(4n) {
|
|
13925
|
+
margin-right: 10px !important; }
|
|
13926
|
+
.alignmentSettle .field:nth-child(2n) {
|
|
13927
|
+
margin-right: 0 !important; }
|
|
13906
13928
|
.alignmentSettle .submit {
|
|
13907
13929
|
width: calc(50% - 10px) !important;
|
|
13908
13930
|
min-width: calc(50% - 10px) !important;
|
|
@@ -13914,7 +13936,7 @@ body {
|
|
|
13914
13936
|
min-width: 100% !important;
|
|
13915
13937
|
max-width: 100% !important;
|
|
13916
13938
|
margin-bottom: 12px !important; }
|
|
13917
|
-
.alignmentSettle .field, .alignmentSettle .form-field, .alignmentSettle .form-field:nth-child(2n) {
|
|
13939
|
+
.alignmentSettle .field, .alignmentSettle .field:nth-child(2n), .alignmentSettle .form-field, .alignmentSettle .form-field:nth-child(2n) {
|
|
13918
13940
|
margin-right: 0 !important; }
|
|
13919
13941
|
.alignmentSettle .submit {
|
|
13920
13942
|
width: 100% !important;
|
|
@@ -18600,8 +18622,7 @@ body {
|
|
|
18600
18622
|
margin: 0 !important; }
|
|
18601
18623
|
|
|
18602
18624
|
.ndc_card_labels {
|
|
18603
|
-
width: 100%;
|
|
18604
|
-
max-width: 200px; }
|
|
18625
|
+
width: 100%; }
|
|
18605
18626
|
|
|
18606
18627
|
.downLoadButton {
|
|
18607
18628
|
color: "#A52A2A";
|
|
@@ -18836,18 +18857,9 @@ body {
|
|
|
18836
18857
|
|
|
18837
18858
|
.user-profile-image-section {
|
|
18838
18859
|
position: relative;
|
|
18839
|
-
display: -webkit-box;
|
|
18840
|
-
display: -ms-flexbox;
|
|
18841
|
-
display: flex;
|
|
18842
18860
|
-webkit-box-flex: 1;
|
|
18843
18861
|
-ms-flex: 1;
|
|
18844
18862
|
flex: 1;
|
|
18845
|
-
-webkit-box-pack: center;
|
|
18846
|
-
-ms-flex-pack: center;
|
|
18847
|
-
justify-content: center;
|
|
18848
|
-
-webkit-box-align: center;
|
|
18849
|
-
-ms-flex-align: center;
|
|
18850
|
-
align-items: center;
|
|
18851
18863
|
max-width: 100%;
|
|
18852
18864
|
min-height: 280px;
|
|
18853
18865
|
border-radius: 12px 12px 0 0;
|
|
@@ -18862,9 +18874,7 @@ body {
|
|
|
18862
18874
|
.user-profile-image-section.employee {
|
|
18863
18875
|
border-radius: 0; }
|
|
18864
18876
|
|
|
18865
|
-
.user-profile-image-wrapper {
|
|
18866
|
-
height: 160px;
|
|
18867
|
-
width: 160px;
|
|
18877
|
+
.user-profile-image-section, .user-profile-image-wrapper {
|
|
18868
18878
|
display: -webkit-box;
|
|
18869
18879
|
display: -ms-flexbox;
|
|
18870
18880
|
display: flex;
|
|
@@ -18873,7 +18883,11 @@ body {
|
|
|
18873
18883
|
justify-content: center;
|
|
18874
18884
|
-webkit-box-align: center;
|
|
18875
18885
|
-ms-flex-align: center;
|
|
18876
|
-
align-items: center;
|
|
18886
|
+
align-items: center; }
|
|
18887
|
+
|
|
18888
|
+
.user-profile-image-wrapper {
|
|
18889
|
+
height: 160px;
|
|
18890
|
+
width: 160px;
|
|
18877
18891
|
-webkit-box-orient: vertical;
|
|
18878
18892
|
-webkit-box-direction: normal;
|
|
18879
18893
|
-ms-flex-direction: column;
|
|
@@ -19042,6 +19056,14 @@ body {
|
|
|
19042
19056
|
.user-profile-full-width {
|
|
19043
19057
|
width: 100%; }
|
|
19044
19058
|
|
|
19059
|
+
img, video {
|
|
19060
|
+
max-width: 100%;
|
|
19061
|
+
height: auto; }
|
|
19062
|
+
|
|
19063
|
+
audio, canvas, embed, iframe, img, object, svg, video {
|
|
19064
|
+
display: block;
|
|
19065
|
+
vertical-align: middle; }
|
|
19066
|
+
|
|
19045
19067
|
@media only screen and (max-width: 768px) {
|
|
19046
19068
|
.card-header, .employee-upyog-title, .header-title, .heading, .landing-card-header, .page-header, .section-header, .survey-card-header, h1, h2, h3, header {
|
|
19047
19069
|
font-size: 18px !important; }
|