@pmidc/upyog-css 1.0.7 → 1.0.8
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 +404 -134
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +111 -111
- package/src/components/CitizenHomeCard.scss +58 -58
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +63 -63
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +30 -30
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +56 -56
- package/src/components/SearchOnRadioButton.scss +9 -9
- package/src/components/StandaloneSearchBar.scss +9 -9
- package/src/components/TimeLine.scss +67 -67
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +97 -97
- package/src/components/bannercomponents.scss +137 -137
- package/src/components/body.scss +146 -146
- package/src/components/buttons.scss +49 -49
- package/src/components/card.scss +420 -417
- package/src/components/cardHeaderWithOptions.scss +13 -13
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +185 -185
- package/src/components/checkbox.scss +83 -83
- package/src/components/checkpoint.scss +65 -65
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +15 -15
- package/src/components/datatable.scss +76 -76
- package/src/components/datewrap.scss +21 -21
- package/src/components/detailscard.scss +6 -6
- package/src/components/detailscontainer.scss +13 -13
- package/src/components/filters.scss +97 -97
- package/src/components/grey.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +115 -115
- package/src/components/howItWorks.scss +71 -71
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +35 -35
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +27 -27
- package/src/components/languageSelector.scss +24 -24
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +30 -30
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +87 -87
- package/src/components/multiSelectDropdown.scss +72 -72
- package/src/components/navbar.scss +310 -310
- package/src/components/plusMinus.scss +15 -15
- package/src/components/popup.scss +15 -15
- package/src/components/radiobtn.scss +44 -44
- package/src/components/ratingstar.scss +33 -33
- package/src/components/roundedLabel.scss +10 -10
- package/src/components/searchAction.scss +20 -20
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +201 -201
- package/src/components/staticDynamicMessages.scss +106 -106
- package/src/components/staticSideBar.scss +27 -27
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +28 -28
- package/src/components/table.scss +179 -179
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +112 -112
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +40 -40
- package/src/components/topbar.scss +147 -147
- package/src/components/uploadcomponents.scss +113 -113
- package/src/index.scss +807 -807
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
- package/src/pages/citizen/DocumentList.scss +304 -304
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +163 -163
- package/src/pages/citizen/SurveyList.scss +21 -21
- package/src/pages/citizen/citizenDocument.scss +21 -21
- package/src/pages/citizen/container.scss +19 -19
- package/src/pages/citizen/payment/payment-type.scss +2 -2
- package/src/pages/citizen/updatePropertyNumber.scss +46 -46
- package/src/pages/employee/EmployeeLogin.scss +6 -6
- package/src/pages/employee/cardfix.scss +13 -13
- package/src/pages/employee/container.scss +73 -73
- package/src/pages/employee/dashboard.scss +191 -184
- package/src/pages/employee/dss.scss +249 -249
- package/src/pages/employee/faq.scss +353 -353
- package/src/pages/employee/footer.scss +68 -68
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +742 -749
- package/src/pages/employee/index.scss +637 -637
- package/src/pages/employee/landing.scss +325 -199
- package/src/pages/employee/login.scss +594 -570
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +47 -47
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +469 -430
- package/src/pages/employee/tooltip.scss +35 -35
- package/src/pages/employee/updateNumber.scss +12 -12
- package/svg/camera.svg +4 -4
- package/svg/check.svg +3 -3
- package/svg/close.svg +4 -4
- package/svg/error.svg +3 -3
- package/svg/error2.svg +5 -5
- package/svg/searchicon.svg +3 -3
- package/svg/starempty.svg +3 -3
- package/svg/starfilled.svg +4 -4
- package/svg/success.svg +3 -3
package/dist/index.css
CHANGED
|
@@ -1593,11 +1593,15 @@ img, video {
|
|
|
1593
1593
|
.employeeCard .employee-card-sub-header {
|
|
1594
1594
|
margin-bottom: 40px; }
|
|
1595
1595
|
.employeeCard .card-section-header {
|
|
1596
|
-
margin-bottom:
|
|
1596
|
+
margin-bottom: 10px;
|
|
1597
1597
|
color: #0d43a7;
|
|
1598
1598
|
font-size: 24px;
|
|
1599
|
+
line-height: 28px;
|
|
1600
|
+
font-family: Noto Sans,sans-serif;
|
|
1601
|
+
font-size: 24px;
|
|
1599
1602
|
line-height: 32px;
|
|
1600
|
-
font-weight: 500;
|
|
1603
|
+
font-weight: 500;
|
|
1604
|
+
font-family: Noto Sans,sans-serif; }
|
|
1601
1605
|
.employeeCard .card-section-sub-text {
|
|
1602
1606
|
--text-opacity:1;
|
|
1603
1607
|
color: #0d43a7;
|
|
@@ -2303,7 +2307,8 @@ img, video {
|
|
|
2303
2307
|
border: 1px solid #464646;
|
|
2304
2308
|
border-color: rgba(70, 70, 70, var(--border-opacity));
|
|
2305
2309
|
height: 6rem;
|
|
2306
|
-
padding: 8px;
|
|
2310
|
+
padding: 8px;
|
|
2311
|
+
border-radius: .5rem; }
|
|
2307
2312
|
|
|
2308
2313
|
.inputWrapper {
|
|
2309
2314
|
display: -webkit-box;
|
|
@@ -6003,69 +6008,79 @@ video::-webkit-media-controls-panel {
|
|
|
6003
6008
|
.appbar-box-right {
|
|
6004
6009
|
display: none; } }
|
|
6005
6010
|
|
|
6006
|
-
.topHeader {
|
|
6007
|
-
width: 100%;
|
|
6008
|
-
background-color: #fff;
|
|
6009
|
-
overflow: none;
|
|
6010
|
-
-webkit-box-sizing: border-box;
|
|
6011
|
-
box-sizing: border-box; }
|
|
6012
|
-
|
|
6013
|
-
.topHeader, .topHeader-container {
|
|
6011
|
+
.topHeader-container {
|
|
6014
6012
|
display: -webkit-box;
|
|
6015
6013
|
display: -ms-flexbox;
|
|
6016
|
-
display: flex;
|
|
6014
|
+
display: flex;
|
|
6015
|
+
-webkit-box-pack: space-evenly;
|
|
6016
|
+
-ms-flex-pack: space-evenly;
|
|
6017
|
+
justify-content: space-evenly;
|
|
6018
|
+
padding: 20px 40px; }
|
|
6017
6019
|
|
|
6018
|
-
.topHeader-
|
|
6019
|
-
width:
|
|
6020
|
-
|
|
6021
|
-
-webkit-box-orient: horizontal;
|
|
6022
|
-
-webkit-box-direction: normal;
|
|
6023
|
-
-ms-flex-direction: row;
|
|
6024
|
-
flex-direction: row;
|
|
6025
|
-
margin: auto;
|
|
6026
|
-
padding: 2rem 0;
|
|
6027
|
-
color: #000; }
|
|
6020
|
+
.topHeader-box-left img {
|
|
6021
|
+
width: 50px;
|
|
6022
|
+
height: 50px; }
|
|
6028
6023
|
|
|
6029
|
-
.topHeader-box-left {
|
|
6030
|
-
-
|
|
6031
|
-
-ms-flex-align: start;
|
|
6032
|
-
align-items: flex-start;
|
|
6033
|
-
-webkit-box-pack: start;
|
|
6034
|
-
-ms-flex-pack: start;
|
|
6035
|
-
justify-content: flex-start; }
|
|
6024
|
+
.topHeader-box-left img:first-child {
|
|
6025
|
+
margin-right: 20px; }
|
|
6036
6026
|
|
|
6037
|
-
.topHeader-box-center
|
|
6038
|
-
|
|
6027
|
+
.topHeader-box-center {
|
|
6028
|
+
font-weight: 500;
|
|
6029
|
+
font-family: Inter,serif;
|
|
6030
|
+
margin-top: 20px; }
|
|
6031
|
+
|
|
6032
|
+
.topHeader-box-center ul {
|
|
6033
|
+
list-style-type: none;
|
|
6039
6034
|
display: -webkit-box;
|
|
6040
6035
|
display: -ms-flexbox;
|
|
6041
|
-
display: flex;
|
|
6036
|
+
display: flex;
|
|
6037
|
+
padding: 0;
|
|
6038
|
+
margin: 0;
|
|
6039
|
+
-ms-flex-wrap: wrap;
|
|
6040
|
+
flex-wrap: wrap; }
|
|
6042
6041
|
|
|
6043
|
-
.topHeader-box-center {
|
|
6044
|
-
-
|
|
6045
|
-
-
|
|
6046
|
-
|
|
6047
|
-
|
|
6048
|
-
-
|
|
6049
|
-
|
|
6050
|
-
font-family: Inter,serif;
|
|
6051
|
-
font-optical-sizing: auto;
|
|
6052
|
-
font-weight: 500;
|
|
6053
|
-
font-style: normal; }
|
|
6054
|
-
.topHeader-box-center ul li {
|
|
6055
|
-
display: inline;
|
|
6056
|
-
padding: .75rem 1rem; }
|
|
6042
|
+
.topHeader-box-center li {
|
|
6043
|
+
margin-right: 20px;
|
|
6044
|
+
font-weight: 500; }
|
|
6045
|
+
|
|
6046
|
+
.topHeader-box-center a {
|
|
6047
|
+
text-decoration: none;
|
|
6048
|
+
color: #000; }
|
|
6057
6049
|
|
|
6058
6050
|
.topHeader-box-right {
|
|
6059
|
-
width: 30%;
|
|
6060
6051
|
display: -webkit-box;
|
|
6061
6052
|
display: -ms-flexbox;
|
|
6062
6053
|
display: flex;
|
|
6063
|
-
-webkit-box-
|
|
6064
|
-
-ms-flex-
|
|
6065
|
-
|
|
6066
|
-
-
|
|
6067
|
-
|
|
6068
|
-
|
|
6054
|
+
-webkit-box-pack: justify;
|
|
6055
|
+
-ms-flex-pack: justify;
|
|
6056
|
+
justify-content: space-between;
|
|
6057
|
+
-ms-flex-wrap: wrap;
|
|
6058
|
+
flex-wrap: wrap;
|
|
6059
|
+
margin-top: 10px; }
|
|
6060
|
+
|
|
6061
|
+
.topHeader-box-right button {
|
|
6062
|
+
width: 75px;
|
|
6063
|
+
height: 30px;
|
|
6064
|
+
border-radius: 5px;
|
|
6065
|
+
margin-right: 10px;
|
|
6066
|
+
border: none; }
|
|
6067
|
+
|
|
6068
|
+
.topHeader-box-right button:first-child {
|
|
6069
|
+
background-color: #fff;
|
|
6070
|
+
border: 1px solid #294a97;
|
|
6071
|
+
color: #294a97;
|
|
6072
|
+
font-weight: 500; }
|
|
6073
|
+
|
|
6074
|
+
.topHeader-box-right button:last-child {
|
|
6075
|
+
background-color: #294a97;
|
|
6076
|
+
color: #fff; }
|
|
6077
|
+
|
|
6078
|
+
.heroSection img {
|
|
6079
|
+
width: 100%;
|
|
6080
|
+
-o-object-fit: cover;
|
|
6081
|
+
object-fit: cover;
|
|
6082
|
+
opacity: .75;
|
|
6083
|
+
max-height: 508px; }
|
|
6069
6084
|
|
|
6070
6085
|
.heroSection {
|
|
6071
6086
|
width: 100%;
|
|
@@ -7066,18 +7081,7 @@ video::-webkit-media-controls-panel {
|
|
|
7066
7081
|
padding-top: 8px;
|
|
7067
7082
|
padding-bottom: 8px;
|
|
7068
7083
|
font-size: 16px;
|
|
7069
|
-
line-height: 24px;
|
|
7070
|
-
width: "100%";
|
|
7071
|
-
display: "flex";
|
|
7072
|
-
font-size: "0.8rem";
|
|
7073
|
-
padding-left: "10px";
|
|
7074
|
-
-ms-flex-wrap: "wrap";
|
|
7075
|
-
flex-wrap: "wrap";
|
|
7076
|
-
-webkit-box-orient: horizontal;
|
|
7077
|
-
-webkit-box-direction: normal;
|
|
7078
|
-
-ms-flex-direction: "row";
|
|
7079
|
-
flex-direction: "row";
|
|
7080
|
-
padding-top: "10px"; }
|
|
7084
|
+
line-height: 24px; }
|
|
7081
7085
|
.complaint-links-container .links-wrapper .link {
|
|
7082
7086
|
padding: 0 0 4px !important;
|
|
7083
7087
|
color: #a82227 !important; }
|
|
@@ -8132,34 +8136,19 @@ body {
|
|
|
8132
8136
|
left: 0; } }
|
|
8133
8137
|
|
|
8134
8138
|
.middle-content {
|
|
8135
|
-
display: -webkit-box;
|
|
8136
|
-
display: -ms-flexbox;
|
|
8137
|
-
display: flex;
|
|
8138
|
-
-webkit-box-orient: vertical;
|
|
8139
|
-
-webkit-box-direction: normal;
|
|
8140
|
-
-ms-flex-direction: column;
|
|
8141
|
-
flex-direction: column;
|
|
8142
8139
|
-webkit-box-pack: justify;
|
|
8143
8140
|
-ms-flex-pack: justify;
|
|
8144
8141
|
justify-content: space-between;
|
|
8145
8142
|
height: 522px; }
|
|
8146
|
-
|
|
8147
|
-
|
|
8148
|
-
|
|
8149
|
-
|
|
8150
|
-
|
|
8151
|
-
|
|
8152
|
-
|
|
8153
|
-
min-height: 360px; } }
|
|
8143
|
+
@media (min-width: 768px) {
|
|
8144
|
+
.middle-content {
|
|
8145
|
+
-webkit-box-orient: horizontal;
|
|
8146
|
+
-webkit-box-direction: normal;
|
|
8147
|
+
-ms-flex-direction: row;
|
|
8148
|
+
flex-direction: row;
|
|
8149
|
+
min-height: 360px; } }
|
|
8154
8150
|
|
|
8155
8151
|
.middle-left-half {
|
|
8156
|
-
display: -webkit-box;
|
|
8157
|
-
display: -ms-flexbox;
|
|
8158
|
-
display: flex;
|
|
8159
|
-
-webkit-box-orient: vertical;
|
|
8160
|
-
-webkit-box-direction: normal;
|
|
8161
|
-
-ms-flex-direction: column;
|
|
8162
|
-
flex-direction: column;
|
|
8163
8152
|
width: 100%; }
|
|
8164
8153
|
@media (min-width: 768px) {
|
|
8165
8154
|
.middle-left-half {
|
|
@@ -8168,62 +8157,212 @@ body {
|
|
|
8168
8157
|
.middle-left-half-upper {
|
|
8169
8158
|
min-height: 162px;
|
|
8170
8159
|
margin-bottom: 18px;
|
|
8171
|
-
|
|
8160
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
8161
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
8162
|
+
font-family: Noto sans;
|
|
8163
|
+
background-color: #ffe5e5; }
|
|
8172
8164
|
@media (min-width: 768px) {
|
|
8173
8165
|
.middle-left-half-upper {
|
|
8174
8166
|
height: 50%; } }
|
|
8175
8167
|
|
|
8176
8168
|
.middle-left-half-upper-body {
|
|
8177
8169
|
list-style-type: none;
|
|
8178
|
-
padding: 10px; }
|
|
8179
|
-
|
|
8180
|
-
.middle-left-half-upper-body li, .middle-left-half-upper-body li :before {
|
|
8181
|
-
padding: 10px 0;
|
|
8182
|
-
display: -webkit-box;
|
|
8183
|
-
display: -ms-flexbox;
|
|
8184
|
-
display: flex;
|
|
8185
|
-
-webkit-box-align: center;
|
|
8186
|
-
-ms-flex-align: center;
|
|
8187
|
-
align-items: center; }
|
|
8170
|
+
padding: 0 10px; }
|
|
8188
8171
|
|
|
8189
|
-
.middle-left-half-upper-body
|
|
8190
|
-
text-decoration: none;
|
|
8191
|
-
|
|
8172
|
+
.middle-left-half-upper-body ul li {
|
|
8173
|
+
text-decoration: none !important;
|
|
8174
|
+
margin-top: 20px; }
|
|
8192
8175
|
|
|
8193
8176
|
.middle-left-half-lower {
|
|
8194
8177
|
min-height: 162px;
|
|
8195
|
-
|
|
8178
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
8179
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922); }
|
|
8196
8180
|
@media (min-width: 768px) {
|
|
8197
8181
|
.middle-left-half-lower {
|
|
8198
8182
|
height: 45%; } }
|
|
8199
8183
|
|
|
8200
|
-
.middle-
|
|
8201
|
-
|
|
8202
|
-
|
|
8203
|
-
|
|
8184
|
+
.middle-section {
|
|
8185
|
+
display: -webkit-box;
|
|
8186
|
+
display: -ms-flexbox;
|
|
8187
|
+
display: flex;
|
|
8188
|
+
-ms-flex-wrap: wrap;
|
|
8189
|
+
flex-wrap: wrap;
|
|
8190
|
+
grid-gap: 16px;
|
|
8191
|
+
gap: 16px;
|
|
8192
|
+
padding: 16px;
|
|
8193
|
+
min-height: 360px;
|
|
8194
|
+
position: relative;
|
|
8195
|
+
z-index: 2;
|
|
8196
|
+
margin-bottom: 20px; }
|
|
8197
|
+
|
|
8198
|
+
.middle-content {
|
|
8199
|
+
-ms-flex-direction: column;
|
|
8200
|
+
-webkit-box-orient: vertical;
|
|
8201
|
+
-webkit-box-direction: normal;
|
|
8202
|
+
flex-direction: column;
|
|
8203
|
+
grid-gap: 16px;
|
|
8204
|
+
gap: 16px;
|
|
8205
|
+
width: 100%; }
|
|
8204
8206
|
@media (min-width: 768px) {
|
|
8205
|
-
.middle-
|
|
8206
|
-
|
|
8207
|
-
|
|
8207
|
+
.middle-content {
|
|
8208
|
+
-webkit-box-orient: horizontal;
|
|
8209
|
+
-ms-flex-direction: row;
|
|
8210
|
+
flex-direction: row; } }
|
|
8211
|
+
|
|
8212
|
+
.middle-content, .middle-left-half {
|
|
8213
|
+
display: -webkit-box;
|
|
8214
|
+
display: -ms-flexbox;
|
|
8215
|
+
display: flex;
|
|
8216
|
+
-webkit-box-orient: vertical;
|
|
8217
|
+
-webkit-box-direction: normal;
|
|
8218
|
+
-webkit-box-direction: normal; }
|
|
8219
|
+
|
|
8220
|
+
.middle-left-half, .middle-right-half {
|
|
8221
|
+
-webkit-box-flex: 1;
|
|
8222
|
+
-ms-flex: 1;
|
|
8223
|
+
flex: 1;
|
|
8224
|
+
-ms-flex-direction: column;
|
|
8225
|
+
-webkit-box-orient: vertical;
|
|
8226
|
+
-webkit-box-direction: normal;
|
|
8227
|
+
flex-direction: column; }
|
|
8228
|
+
|
|
8229
|
+
.middle-right-half {
|
|
8230
|
+
display: -webkit-box;
|
|
8231
|
+
display: -ms-flexbox;
|
|
8232
|
+
display: flex;
|
|
8233
|
+
-webkit-box-orient: vertical;
|
|
8234
|
+
-webkit-box-direction: normal;
|
|
8235
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922);
|
|
8236
|
+
box-shadow: 0 0 5px 0 rgba(34, 34, 34, 0.43922); }
|
|
8208
8237
|
|
|
8209
8238
|
.middle-header {
|
|
8210
8239
|
font-size: 20px;
|
|
8211
|
-
height: 50px;
|
|
8212
8240
|
background-color: #092e86;
|
|
8213
8241
|
color: #fff;
|
|
8214
|
-
font-family: Noto sans,sans-serif;
|
|
8215
8242
|
padding: 10px; }
|
|
8216
8243
|
|
|
8244
|
+
.middle-right-body {
|
|
8245
|
+
-webkit-box-orient: vertical;
|
|
8246
|
+
-webkit-box-direction: normal;
|
|
8247
|
+
-ms-flex-direction: column;
|
|
8248
|
+
flex-direction: column; }
|
|
8249
|
+
@media (max-width: 768px) {
|
|
8250
|
+
.middle-right-body {
|
|
8251
|
+
-webkit-box-orient: horizontal;
|
|
8252
|
+
-webkit-box-direction: normal;
|
|
8253
|
+
-ms-flex-direction: row;
|
|
8254
|
+
flex-direction: row; } }
|
|
8255
|
+
|
|
8256
|
+
.middle-image-section, .middle-right-body {
|
|
8257
|
+
display: -webkit-box;
|
|
8258
|
+
display: -ms-flexbox;
|
|
8259
|
+
display: flex; }
|
|
8260
|
+
|
|
8261
|
+
.middle-image-section {
|
|
8262
|
+
-webkit-box-flex: 40%;
|
|
8263
|
+
-ms-flex: 40%;
|
|
8264
|
+
flex: 40%;
|
|
8265
|
+
-webkit-box-pack: center;
|
|
8266
|
+
-ms-flex-pack: center;
|
|
8267
|
+
justify-content: center;
|
|
8268
|
+
-webkit-box-align: center;
|
|
8269
|
+
-ms-flex-align: center;
|
|
8270
|
+
align-items: center;
|
|
8271
|
+
padding: 10px;
|
|
8272
|
+
height: 160px; }
|
|
8273
|
+
.middle-image-section img {
|
|
8274
|
+
max-width: 100%;
|
|
8275
|
+
height: auto;
|
|
8276
|
+
-o-object-fit: cover;
|
|
8277
|
+
object-fit: cover; }
|
|
8278
|
+
@media (max-width: 768px) {
|
|
8279
|
+
.middle-image-section {
|
|
8280
|
+
width: 100%;
|
|
8281
|
+
height: auto; } }
|
|
8282
|
+
|
|
8283
|
+
.middle-right-content-section {
|
|
8284
|
+
-webkit-box-flex: 60%;
|
|
8285
|
+
-ms-flex: 60%;
|
|
8286
|
+
flex: 60%;
|
|
8287
|
+
padding: 10px; }
|
|
8288
|
+
@media (max-width: 768px) {
|
|
8289
|
+
.middle-right-content-section {
|
|
8290
|
+
width: 60%; } }
|
|
8291
|
+
|
|
8292
|
+
.middle-right-content-section li {
|
|
8293
|
+
padding: 10px 0; }
|
|
8294
|
+
|
|
8295
|
+
.middle-right-content-section li, .photo-gallery {
|
|
8296
|
+
display: -webkit-box;
|
|
8297
|
+
display: -ms-flexbox;
|
|
8298
|
+
display: flex; }
|
|
8299
|
+
|
|
8300
|
+
.photo-gallery {
|
|
8301
|
+
position: relative;
|
|
8302
|
+
-webkit-box-pack: center;
|
|
8303
|
+
-ms-flex-pack: center;
|
|
8304
|
+
justify-content: center;
|
|
8305
|
+
-webkit-box-align: center;
|
|
8306
|
+
-ms-flex-align: center;
|
|
8307
|
+
align-items: center;
|
|
8308
|
+
overflow: hidden;
|
|
8309
|
+
padding: 10px;
|
|
8310
|
+
height: 150px;
|
|
8311
|
+
background-color: #f5f5f5; }
|
|
8312
|
+
|
|
8313
|
+
.gallery-image {
|
|
8314
|
+
width: 100%;
|
|
8315
|
+
height: 150px;
|
|
8316
|
+
-o-object-fit: cover;
|
|
8317
|
+
object-fit: cover;
|
|
8318
|
+
-webkit-transition: -webkit-transform .5s ease-in-out;
|
|
8319
|
+
transition: -webkit-transform .5s ease-in-out;
|
|
8320
|
+
transition: transform .5s ease-in-out;
|
|
8321
|
+
transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
|
|
8322
|
+
transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out; }
|
|
8323
|
+
|
|
8324
|
+
.gallery-btn {
|
|
8325
|
+
position: absolute;
|
|
8326
|
+
top: 50%;
|
|
8327
|
+
-webkit-transform: translateY(-50%);
|
|
8328
|
+
transform: translateY(-50%);
|
|
8329
|
+
background: rgba(0, 0, 0, 0.5);
|
|
8330
|
+
color: #fff;
|
|
8331
|
+
border: none;
|
|
8332
|
+
padding: 10px;
|
|
8333
|
+
cursor: pointer;
|
|
8334
|
+
font-size: 18px; }
|
|
8335
|
+
|
|
8336
|
+
.gallery-btn.left {
|
|
8337
|
+
left: 10px; }
|
|
8338
|
+
|
|
8339
|
+
.gallery-btn.right {
|
|
8340
|
+
right: 10px; }
|
|
8341
|
+
|
|
8342
|
+
.gallery-btn:hover {
|
|
8343
|
+
background: rgba(0, 0, 0, 0.8); }
|
|
8344
|
+
|
|
8217
8345
|
.help-section {
|
|
8218
8346
|
text-align: center;
|
|
8219
|
-
padding: 20px 60px;
|
|
8347
|
+
padding: 20px 60px;
|
|
8348
|
+
position: relative;
|
|
8349
|
+
clear: both; }
|
|
8350
|
+
@media (max-width: 768px) {
|
|
8351
|
+
.help-section {
|
|
8352
|
+
margin-top: 35vh; } }
|
|
8353
|
+
@media (max-width: 600px) {
|
|
8354
|
+
.help-section {
|
|
8355
|
+
margin-top: 40vh; } }
|
|
8356
|
+
@media (max-width: 450px) {
|
|
8357
|
+
.help-section {
|
|
8358
|
+
margin-top: 75vh; } }
|
|
8220
8359
|
|
|
8221
8360
|
.help-section-header {
|
|
8222
8361
|
margin-bottom: 20px;
|
|
8223
8362
|
color: #18191c;
|
|
8224
8363
|
font-size: 32px;
|
|
8225
8364
|
font-family: Poppins;
|
|
8226
|
-
font-weight:
|
|
8365
|
+
font-weight: 500; }
|
|
8227
8366
|
|
|
8228
8367
|
.help-section-button-container {
|
|
8229
8368
|
-webkit-box-orient: vertical;
|
|
@@ -8232,7 +8371,7 @@ body {
|
|
|
8232
8371
|
flex-direction: column;
|
|
8233
8372
|
grid-gap: 15px;
|
|
8234
8373
|
gap: 15px; }
|
|
8235
|
-
@media (min-width:
|
|
8374
|
+
@media (min-width: 768px) {
|
|
8236
8375
|
.help-section-button-container {
|
|
8237
8376
|
-webkit-box-orient: horizontal;
|
|
8238
8377
|
-webkit-box-direction: normal;
|
|
@@ -8288,10 +8427,8 @@ body {
|
|
|
8288
8427
|
color: #61646b; }
|
|
8289
8428
|
|
|
8290
8429
|
.help-section-icon {
|
|
8291
|
-
width:
|
|
8292
|
-
height:
|
|
8293
|
-
background: -webkit-gradient(linear, left top, left bottom, from(#ff895e), to(#d8693f));
|
|
8294
|
-
background: linear-gradient(#ff895e, #d8693f);
|
|
8430
|
+
width: 55px;
|
|
8431
|
+
height: 55px;
|
|
8295
8432
|
border-radius: 50%;
|
|
8296
8433
|
display: -webkit-box;
|
|
8297
8434
|
display: -ms-flexbox;
|
|
@@ -8301,7 +8438,8 @@ body {
|
|
|
8301
8438
|
justify-content: center;
|
|
8302
8439
|
-webkit-box-align: center;
|
|
8303
8440
|
-ms-flex-align: center;
|
|
8304
|
-
align-items: center;
|
|
8441
|
+
align-items: center;
|
|
8442
|
+
margin-right: 10px; }
|
|
8305
8443
|
|
|
8306
8444
|
.about-section, .middle-section {
|
|
8307
8445
|
padding: 20px 60px; }
|
|
@@ -8353,13 +8491,84 @@ body {
|
|
|
8353
8491
|
.about-left-half, .about-right-half {
|
|
8354
8492
|
width: 48%; } }
|
|
8355
8493
|
|
|
8356
|
-
.
|
|
8357
|
-
|
|
8494
|
+
.top-section-parent {
|
|
8495
|
+
position: relative;
|
|
8358
8496
|
width: 100%;
|
|
8359
|
-
|
|
8497
|
+
background: -webkit-gradient(linear, left top, left bottom, from(#3765ca), to(#294a97));
|
|
8498
|
+
background: linear-gradient(180deg, #3765ca, #294a97);
|
|
8499
|
+
height: 160px; }
|
|
8500
|
+
|
|
8501
|
+
.top-section {
|
|
8502
|
+
position: absolute;
|
|
8503
|
+
top: -50px;
|
|
8504
|
+
left: 0;
|
|
8505
|
+
right: 0;
|
|
8506
|
+
-ms-flex-pack: distribute;
|
|
8507
|
+
justify-content: space-around; }
|
|
8508
|
+
|
|
8509
|
+
.logo-box, .top-section {
|
|
8360
8510
|
display: -webkit-box;
|
|
8361
8511
|
display: -ms-flexbox;
|
|
8362
8512
|
display: flex;
|
|
8513
|
+
-webkit-box-align: center;
|
|
8514
|
+
-ms-flex-align: center;
|
|
8515
|
+
align-items: center; }
|
|
8516
|
+
|
|
8517
|
+
.logo-box {
|
|
8518
|
+
width: 120px;
|
|
8519
|
+
height: 100px;
|
|
8520
|
+
background-color: #fff;
|
|
8521
|
+
-webkit-box-orient: vertical;
|
|
8522
|
+
-webkit-box-direction: normal;
|
|
8523
|
+
-ms-flex-direction: column;
|
|
8524
|
+
flex-direction: column;
|
|
8525
|
+
-webkit-box-pack: center;
|
|
8526
|
+
-ms-flex-pack: center;
|
|
8527
|
+
justify-content: center;
|
|
8528
|
+
text-align: center;
|
|
8529
|
+
padding: 10px;
|
|
8530
|
+
-webkit-box-sizing: border-box;
|
|
8531
|
+
box-sizing: border-box;
|
|
8532
|
+
border-radius: 8px; }
|
|
8533
|
+
|
|
8534
|
+
.logo {
|
|
8535
|
+
max-width: 70%;
|
|
8536
|
+
max-height: 50%;
|
|
8537
|
+
padding-top: 25px; }
|
|
8538
|
+
|
|
8539
|
+
.logo-text {
|
|
8540
|
+
margin-top: 8px;
|
|
8541
|
+
color: #000;
|
|
8542
|
+
font-size: 15px; }
|
|
8543
|
+
|
|
8544
|
+
.nav-button {
|
|
8545
|
+
background: #fff;
|
|
8546
|
+
border: none;
|
|
8547
|
+
color: #000;
|
|
8548
|
+
font-size: 24px;
|
|
8549
|
+
cursor: pointer;
|
|
8550
|
+
margin: 0 10px;
|
|
8551
|
+
width: 40px;
|
|
8552
|
+
height: 40px;
|
|
8553
|
+
border-radius: 50%;
|
|
8554
|
+
-webkit-box-align: center;
|
|
8555
|
+
-ms-flex-align: center;
|
|
8556
|
+
align-items: center;
|
|
8557
|
+
-webkit-box-pack: center;
|
|
8558
|
+
-ms-flex-pack: center;
|
|
8559
|
+
justify-content: center;
|
|
8560
|
+
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
8561
|
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
|
|
8562
|
+
|
|
8563
|
+
.footer-bottom, .nav-button {
|
|
8564
|
+
display: -webkit-box;
|
|
8565
|
+
display: -ms-flexbox;
|
|
8566
|
+
display: flex; }
|
|
8567
|
+
|
|
8568
|
+
.footer-bottom {
|
|
8569
|
+
background-color: #294a97;
|
|
8570
|
+
width: 100%;
|
|
8571
|
+
min-height: 200px;
|
|
8363
8572
|
-webkit-box-orient: horizontal;
|
|
8364
8573
|
-webkit-box-direction: normal;
|
|
8365
8574
|
-ms-flex-direction: row;
|
|
@@ -8372,9 +8581,6 @@ body {
|
|
|
8372
8581
|
color: #fff; }
|
|
8373
8582
|
@media (max-width: 639px) {
|
|
8374
8583
|
.footer-bottom {
|
|
8375
|
-
display: -webkit-box;
|
|
8376
|
-
display: -ms-flexbox;
|
|
8377
|
-
display: flex;
|
|
8378
8584
|
-webkit-box-orient: vertical;
|
|
8379
8585
|
-webkit-box-direction: normal;
|
|
8380
8586
|
-ms-flex-direction: column;
|
|
@@ -9581,7 +9787,18 @@ body {
|
|
|
9581
9787
|
border-radius: 4px;
|
|
9582
9788
|
padding: 20px;
|
|
9583
9789
|
margin-bottom: 20px;
|
|
9584
|
-
background-color: #f0f8ff;
|
|
9790
|
+
background-color: #f0f8ff;
|
|
9791
|
+
display: -webkit-box;
|
|
9792
|
+
display: -ms-flexbox;
|
|
9793
|
+
display: flex;
|
|
9794
|
+
-webkit-box-orient: vertical;
|
|
9795
|
+
-webkit-box-direction: normal;
|
|
9796
|
+
-ms-flex-direction: column;
|
|
9797
|
+
flex-direction: column;
|
|
9798
|
+
grid-gap: 20px;
|
|
9799
|
+
gap: 20px;
|
|
9800
|
+
-webkit-box-shadow: none;
|
|
9801
|
+
box-shadow: none; }
|
|
9585
9802
|
|
|
9586
9803
|
.category-card h3 {
|
|
9587
9804
|
font-weight: 600;
|
|
@@ -9647,6 +9864,48 @@ body {
|
|
|
9647
9864
|
.category-card span {
|
|
9648
9865
|
color: #ff2400; }
|
|
9649
9866
|
|
|
9867
|
+
.create-survey-card {
|
|
9868
|
+
-webkit-box-orient: vertical;
|
|
9869
|
+
-webkit-box-direction: normal;
|
|
9870
|
+
-ms-flex-direction: column;
|
|
9871
|
+
flex-direction: column;
|
|
9872
|
+
grid-gap: 20px;
|
|
9873
|
+
gap: 20px; }
|
|
9874
|
+
|
|
9875
|
+
.create-survey-card, .survey-row {
|
|
9876
|
+
display: -webkit-box;
|
|
9877
|
+
display: -ms-flexbox;
|
|
9878
|
+
display: flex; }
|
|
9879
|
+
|
|
9880
|
+
.survey-row {
|
|
9881
|
+
-webkit-box-pack: justify;
|
|
9882
|
+
-ms-flex-pack: justify;
|
|
9883
|
+
justify-content: space-between; }
|
|
9884
|
+
|
|
9885
|
+
.survey-column {
|
|
9886
|
+
display: -webkit-box;
|
|
9887
|
+
display: -ms-flexbox;
|
|
9888
|
+
display: flex;
|
|
9889
|
+
-webkit-box-orient: vertical;
|
|
9890
|
+
-webkit-box-direction: normal;
|
|
9891
|
+
-ms-flex-direction: column;
|
|
9892
|
+
flex-direction: column;
|
|
9893
|
+
grid-gap: 10px;
|
|
9894
|
+
gap: 10px;
|
|
9895
|
+
width: 48%;
|
|
9896
|
+
color: #232323;
|
|
9897
|
+
font-family: Noto Sans;
|
|
9898
|
+
font-size: 16px;
|
|
9899
|
+
line-height: "100%";
|
|
9900
|
+
font-weight: 400;
|
|
9901
|
+
letter-spacing: "0%"; }
|
|
9902
|
+
|
|
9903
|
+
.create-survey-card .heading {
|
|
9904
|
+
color: #0d43a7;
|
|
9905
|
+
font-size: 20px;
|
|
9906
|
+
line-height: 24px;
|
|
9907
|
+
font-weight: 700; }
|
|
9908
|
+
|
|
9650
9909
|
.frame-54925, .frame-54925 * {
|
|
9651
9910
|
-webkit-box-sizing: border-box;
|
|
9652
9911
|
box-sizing: border-box; }
|
|
@@ -10140,7 +10399,8 @@ body {
|
|
|
10140
10399
|
font-size: 28px;
|
|
10141
10400
|
line-height: 32px;
|
|
10142
10401
|
letter-spacing: 0;
|
|
10143
|
-
color: #fff;
|
|
10402
|
+
color: #fff;
|
|
10403
|
+
text-transform: uppercase; }
|
|
10144
10404
|
.employee-dashboard-container .employee-dashboard-welcome-card .employee-dashboard-welcome-card-content {
|
|
10145
10405
|
color: #fff;
|
|
10146
10406
|
font-family: Noto Sans;
|
|
@@ -10245,7 +10505,8 @@ body {
|
|
|
10245
10505
|
font-weight: 700;
|
|
10246
10506
|
font-size: 20px;
|
|
10247
10507
|
line-height: 27.32px;
|
|
10248
|
-
letter-spacing: 0;
|
|
10508
|
+
letter-spacing: 0;
|
|
10509
|
+
padding: 2rem .5rem; }
|
|
10249
10510
|
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-quick-services-container .employee-dashboard-quick-services-header .employee-dashboard-view-all-link {
|
|
10250
10511
|
color: #00f; }
|
|
10251
10512
|
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-quick-services-container .employee-dashboard-module-card-wrapper {
|
|
@@ -10257,8 +10518,8 @@ body {
|
|
|
10257
10518
|
grid-gap: 16px;
|
|
10258
10519
|
gap: 16px; }
|
|
10259
10520
|
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-quick-services-container .employee-dashboard-module-card-wrapper .employee-dashboard-quick-service-card {
|
|
10260
|
-
width:
|
|
10261
|
-
height:
|
|
10521
|
+
width: 32%;
|
|
10522
|
+
height: 102px;
|
|
10262
10523
|
padding: 8px 16px;
|
|
10263
10524
|
border-radius: 8px;
|
|
10264
10525
|
background: #fff;
|
|
@@ -10277,10 +10538,6 @@ body {
|
|
|
10277
10538
|
align-items: center;
|
|
10278
10539
|
grid-gap: 16px;
|
|
10279
10540
|
gap: 16px; }
|
|
10280
|
-
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-quick-services-container .employee-dashboard-module-card-wrapper .employee-dashboard-quick-service-card .employee-dashboard-quick-service-card-content .employee-dashboard-quick-service-card-module-icon {
|
|
10281
|
-
width: "48px";
|
|
10282
|
-
height: "41px";
|
|
10283
|
-
background: #0d43a7; }
|
|
10284
10541
|
.employee-dashboard-container .employee-dashboard-table-and-services .employee-dashboard-quick-services-container .employee-dashboard-module-card-wrapper .employee-dashboard-quick-service-card .employee-dashboard-quick-service-card-content .employee-dashboard-quick-service-card-module-name {
|
|
10285
10542
|
font-family: Noto Sans;
|
|
10286
10543
|
font-weight: 500;
|
|
@@ -10289,6 +10546,19 @@ body {
|
|
|
10289
10546
|
letter-spacing: .15px;
|
|
10290
10547
|
color: #1e293b; }
|
|
10291
10548
|
|
|
10549
|
+
.employee-dashboard-quick-service-card-module-icon {
|
|
10550
|
+
display: "flex";
|
|
10551
|
+
-webkit-box-pack: "center";
|
|
10552
|
+
-ms-flex-pack: "center";
|
|
10553
|
+
justify-content: "center";
|
|
10554
|
+
-webkit-box-align: "center";
|
|
10555
|
+
-ms-flex-align: "center";
|
|
10556
|
+
align-items: "center";
|
|
10557
|
+
height: "100px";
|
|
10558
|
+
width: "100px";
|
|
10559
|
+
padding-top: "5px";
|
|
10560
|
+
border-radius: "8px 0 0 8px"; }
|
|
10561
|
+
|
|
10292
10562
|
.display-none {
|
|
10293
10563
|
display: none; }
|
|
10294
10564
|
|