@egovernments/digit-ui-health-css 0.1.21 → 0.1.22
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 +653 -626
- package/dist/index.min.css +2 -2
- package/package.json +2 -2
- package/src/index.scss +1 -0
- package/src/pages/employee/checklist.scss +458 -0
- package/src/pages/employee/coreOverride.scss +12 -0
- package/src/pages/employee/index.scss +1 -429
package/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @egovernments/digit-ui-health-css - 0.1.
|
|
2
|
+
* @egovernments/digit-ui-health-css - 0.1.22
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2024 Jagankumar <jagan.kumar@egov.org.in>
|
|
5
5
|
*
|
|
@@ -3765,6 +3765,18 @@
|
|
|
3765
3765
|
.selecting-boundaries-pop {
|
|
3766
3766
|
min-height: 50%; }
|
|
3767
3767
|
|
|
3768
|
+
.employee .digit-employeeSidebar .sidebar {
|
|
3769
|
+
z-index: 999; }
|
|
3770
|
+
|
|
3771
|
+
.employee .topbar {
|
|
3772
|
+
z-index: 9999; }
|
|
3773
|
+
|
|
3774
|
+
.digit-popup-overlay .digit-popup-wrapper {
|
|
3775
|
+
z-index: 10000; }
|
|
3776
|
+
|
|
3777
|
+
.action-bar-wrap .actionBarClass {
|
|
3778
|
+
z-index: 10; }
|
|
3779
|
+
|
|
3768
3780
|
.summary-header {
|
|
3769
3781
|
font-size: 2.25rem; }
|
|
3770
3782
|
|
|
@@ -4038,236 +4050,577 @@
|
|
|
4038
4050
|
background-color: #d6d5d4;
|
|
4039
4051
|
border-radius: .563rem; }
|
|
4040
4052
|
|
|
4041
|
-
.
|
|
4053
|
+
.question-card-container.subSection {
|
|
4054
|
+
width: 100%; }
|
|
4055
|
+
|
|
4056
|
+
.question-card-container .heading-bar {
|
|
4042
4057
|
display: -webkit-box;
|
|
4043
4058
|
display: -ms-flexbox;
|
|
4044
4059
|
display: flex;
|
|
4045
|
-
-webkit-box-
|
|
4046
|
-
-
|
|
4047
|
-
-
|
|
4048
|
-
flex-direction: column;
|
|
4049
|
-
text-align: center;
|
|
4060
|
+
-webkit-box-pack: end;
|
|
4061
|
+
-ms-flex-pack: end;
|
|
4062
|
+
justify-content: flex-end;
|
|
4050
4063
|
-webkit-box-align: center;
|
|
4051
4064
|
-ms-flex-align: center;
|
|
4052
4065
|
align-items: center;
|
|
4053
|
-
-
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
.drop-area {
|
|
4062
|
-
border: 2px dashed #ccc;
|
|
4063
|
-
padding: 20px;
|
|
4064
|
-
text-align: center;
|
|
4065
|
-
width: 500px;
|
|
4066
|
-
height: 400px; }
|
|
4067
|
-
|
|
4068
|
-
.drop-area.active {
|
|
4069
|
-
border: 2px dashed #f47738; }
|
|
4070
|
-
|
|
4071
|
-
.upload-file-button {
|
|
4072
|
-
cursor: pointer;
|
|
4073
|
-
padding: .25rem;
|
|
4074
|
-
font-size: 1rem;
|
|
4075
|
-
border: none;
|
|
4076
|
-
font-family: Oswald,sans-serif;
|
|
4077
|
-
font-size: 20px;
|
|
4078
|
-
background-color: initial;
|
|
4079
|
-
margin-top: 20px;
|
|
4080
|
-
color: #f47738; }
|
|
4081
|
-
|
|
4082
|
-
.drag-drop-tag {
|
|
4083
|
-
font-size: 20px; }
|
|
4084
|
-
|
|
4085
|
-
.remove-button {
|
|
4086
|
-
font-size: 20px;
|
|
4087
|
-
padding: 8px;
|
|
4088
|
-
outline: #f37f12;
|
|
4089
|
-
background-color: #f9fafc;
|
|
4090
|
-
color: #f47738; }
|
|
4091
|
-
|
|
4092
|
-
.override-card {
|
|
4093
|
-
margin-left: 0 !important; }
|
|
4066
|
+
grid-gap: 1rem;
|
|
4067
|
+
gap: 1rem; }
|
|
4068
|
+
.question-card-container .heading-bar .separator {
|
|
4069
|
+
height: 2rem;
|
|
4070
|
+
border: 1px solid #d6d5d4; }
|
|
4071
|
+
.question-card-container .heading-bar .digit-checkbox-container {
|
|
4072
|
+
margin-bottom: unset; }
|
|
4094
4073
|
|
|
4095
|
-
.
|
|
4096
|
-
|
|
4097
|
-
background-color: #fff;
|
|
4098
|
-
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
4099
|
-
width: 100%;
|
|
4100
|
-
border-radius: 4px 4px 0 0;
|
|
4101
|
-
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
|
|
4102
|
-
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
|
|
4103
|
-
border-left-width: 24px;
|
|
4104
|
-
border-right-width: 24px;
|
|
4105
|
-
border-left-color: #fff;
|
|
4106
|
-
border-right-color: #fff; }
|
|
4107
|
-
.table thead th {
|
|
4108
|
-
padding: 20px 18px;
|
|
4109
|
-
font-weight: 700;
|
|
4110
|
-
vertical-align: middle;
|
|
4111
|
-
text-align: left; }
|
|
4112
|
-
.table thead th:first-child {
|
|
4113
|
-
min-width: 256px; }
|
|
4114
|
-
.table tbody {
|
|
4115
|
-
border: none;
|
|
4116
|
-
padding: 0;
|
|
4117
|
-
margin: 0; }
|
|
4118
|
-
.table tbody td {
|
|
4119
|
-
--border-opacity:1;
|
|
4120
|
-
border-color: #d6d5d4;
|
|
4121
|
-
border-color: rgba(214, 213, 212, var(--border-opacity));
|
|
4122
|
-
text-align: left;
|
|
4123
|
-
vertical-align: middle;
|
|
4124
|
-
padding: "20px 18px"; }
|
|
4074
|
+
.question-label-field .question-label {
|
|
4075
|
+
width: 30%; }
|
|
4125
4076
|
|
|
4126
|
-
.
|
|
4127
|
-
|
|
4128
|
-
-
|
|
4129
|
-
justify-content: center;
|
|
4130
|
-
padding: 0;
|
|
4131
|
-
border-collapse: collapse;
|
|
4132
|
-
border: 1px solid #ddd; }
|
|
4133
|
-
.sub-work-table td, .sub-work-table th {
|
|
4134
|
-
color: #0b0c0c;
|
|
4135
|
-
border: 1px solid #ddd;
|
|
4136
|
-
padding: 12px; }
|
|
4137
|
-
.sub-work-table .remove-button {
|
|
4138
|
-
font-size: 20px;
|
|
4139
|
-
padding: 8px;
|
|
4140
|
-
outline: #f37f12;
|
|
4141
|
-
background-color: #f9fafc;
|
|
4142
|
-
color: #f47738; }
|
|
4143
|
-
.sub-work-table .action-bar {
|
|
4077
|
+
.question-label-field .question-field-container {
|
|
4078
|
+
width: 100%; }
|
|
4079
|
+
.question-label-field .question-field-container .question-field {
|
|
4144
4080
|
display: -webkit-box;
|
|
4145
4081
|
display: -ms-flexbox;
|
|
4146
4082
|
display: flex;
|
|
4147
|
-
-
|
|
4148
|
-
|
|
4149
|
-
-
|
|
4150
|
-
flex-
|
|
4151
|
-
-
|
|
4152
|
-
-ms-flex-pack: end;
|
|
4153
|
-
justify-content: flex-end; }
|
|
4154
|
-
.sub-work-table .action-bar .action-bar-button {
|
|
4155
|
-
margin-right: .5em; }
|
|
4156
|
-
.sub-work-table th {
|
|
4157
|
-
padding: 10px;
|
|
4158
|
-
text-align: center;
|
|
4159
|
-
background-color: #efefef;
|
|
4160
|
-
color: #0b0c0c; }
|
|
4161
|
-
.sub-work-table tr td span:hover {
|
|
4162
|
-
cursor: pointer; }
|
|
4163
|
-
|
|
4164
|
-
.reports-table {
|
|
4165
|
-
margin-top: 2rem; }
|
|
4166
|
-
.reports-table thead th:first-child {
|
|
4167
|
-
min-width: unset; }
|
|
4168
|
-
|
|
4169
|
-
.h1.works-header-create, .h1.works-header-search, .h1.works-header-view {
|
|
4170
|
-
font-size: 36px; }
|
|
4171
|
-
|
|
4172
|
-
.download-button {
|
|
4173
|
-
-webkit-box-pack: end !important;
|
|
4174
|
-
-ms-flex-pack: end !important;
|
|
4175
|
-
justify-content: flex-end !important;
|
|
4176
|
-
margin: 20px; }
|
|
4177
|
-
|
|
4178
|
-
.download-button, .master-container {
|
|
4179
|
-
display: -webkit-box;
|
|
4180
|
-
display: -ms-flexbox;
|
|
4181
|
-
display: flex; }
|
|
4182
|
-
|
|
4183
|
-
.master-container {
|
|
4184
|
-
grid-gap: 1rem; }
|
|
4185
|
-
.master-container .custom-master {
|
|
4186
|
-
cursor: pointer;
|
|
4187
|
-
width: 6.25rem;
|
|
4188
|
-
height: 6.25rem; }
|
|
4189
|
-
.master-container .custom-master a {
|
|
4190
|
-
color: #0b0c0c;
|
|
4191
|
-
text-decoration: none; }
|
|
4192
|
-
.master-container .custom-master .master-icon {
|
|
4193
|
-
text-align: center; }
|
|
4194
|
-
.master-container .custom-master:hover {
|
|
4195
|
-
background-color: #feefe7; }
|
|
4196
|
-
|
|
4197
|
-
.help-screen-container .help-screen-body a {
|
|
4198
|
-
cursor: pointer;
|
|
4199
|
-
color: #c84c0e;
|
|
4200
|
-
text-decoration: none; }
|
|
4201
|
-
|
|
4202
|
-
.card-details {
|
|
4203
|
-
background-color: #fafafa !important;
|
|
4204
|
-
position: relative;
|
|
4205
|
-
width: -webkit-fill-available; }
|
|
4206
|
-
|
|
4207
|
-
.CloseButton {
|
|
4208
|
-
position: absolute;
|
|
4209
|
-
top: 5px;
|
|
4210
|
-
right: 5px;
|
|
4211
|
-
cursor: pointer; }
|
|
4212
|
-
|
|
4213
|
-
.startNumber {
|
|
4214
|
-
padding-top: 25px; }
|
|
4215
|
-
|
|
4216
|
-
.endNumber, .startNumber {
|
|
4217
|
-
display: -webkit-box;
|
|
4218
|
-
display: -ms-flexbox;
|
|
4219
|
-
display: flex; }
|
|
4220
|
-
|
|
4221
|
-
.start {
|
|
4222
|
-
padding-right: 1.2rem; }
|
|
4223
|
-
|
|
4224
|
-
.end, .start {
|
|
4225
|
-
min-width: -webkit-fit-content;
|
|
4226
|
-
min-width: -moz-fit-content;
|
|
4227
|
-
min-width: fit-content; }
|
|
4228
|
-
|
|
4229
|
-
.end {
|
|
4230
|
-
padding-right: 1.55rem; }
|
|
4231
|
-
|
|
4232
|
-
.workbench-add-row-detail-btn {
|
|
4233
|
-
margin-bottom: 15px; }
|
|
4083
|
+
grid-gap: 1rem;
|
|
4084
|
+
gap: 1rem;
|
|
4085
|
+
-webkit-box-pack: justify;
|
|
4086
|
+
-ms-flex-pack: justify;
|
|
4087
|
+
justify-content: space-between; }
|
|
4234
4088
|
|
|
4235
|
-
.
|
|
4236
|
-
|
|
4237
|
-
|
|
4089
|
+
.optioncheckboxwrapper .simple_editable-input, .optioncheckboxwrapper .simple_readonly-input {
|
|
4090
|
+
height: 1.5rem;
|
|
4091
|
+
-ms-flex-align: center;
|
|
4092
|
+
-ms-flex-item-align: center;
|
|
4093
|
+
align-self: center; }
|
|
4238
4094
|
|
|
4239
|
-
.
|
|
4095
|
+
.optioncheckboxwrapper .pointer, .optioncheckboxwrapper .simple_editable-input, .optioncheckboxwrapper .simple_readonly-input {
|
|
4240
4096
|
display: -webkit-box;
|
|
4241
4097
|
display: -ms-flexbox;
|
|
4242
4098
|
display: flex;
|
|
4243
|
-
-webkit-box-pack: justify;
|
|
4244
|
-
-ms-flex-pack: justify;
|
|
4245
|
-
justify-content: space-between;
|
|
4246
4099
|
-webkit-box-align: center;
|
|
4247
4100
|
-ms-flex-align: center;
|
|
4248
4101
|
align-items: center; }
|
|
4249
4102
|
|
|
4250
|
-
.
|
|
4251
|
-
|
|
4252
|
-
margin: 0; }
|
|
4103
|
+
.optioncheckboxwrapper .pointer {
|
|
4104
|
+
-ms-flex-align: center; }
|
|
4253
4105
|
|
|
4254
|
-
.
|
|
4106
|
+
.optionradiobtnwrapper .simple_editable-input, .optionradiobtnwrapper .simple_readonly-input {
|
|
4107
|
+
height: 3rem;
|
|
4108
|
+
-ms-flex-align: center;
|
|
4109
|
+
-ms-flex-item-align: center;
|
|
4110
|
+
align-self: center; }
|
|
4111
|
+
|
|
4112
|
+
.optionradiobtnwrapper .pointer, .optionradiobtnwrapper .simple_editable-input, .optionradiobtnwrapper .simple_readonly-input {
|
|
4255
4113
|
display: -webkit-box;
|
|
4256
4114
|
display: -ms-flexbox;
|
|
4257
4115
|
display: flex;
|
|
4258
|
-
-webkit-box-
|
|
4259
|
-
-ms-flex-
|
|
4260
|
-
|
|
4116
|
+
-webkit-box-align: center;
|
|
4117
|
+
-ms-flex-align: center;
|
|
4118
|
+
align-items: center; }
|
|
4261
4119
|
|
|
4262
|
-
.
|
|
4263
|
-
|
|
4264
|
-
width: 20%; }
|
|
4120
|
+
.optionradiobtnwrapper .pointer {
|
|
4121
|
+
-ms-flex-align: center; }
|
|
4265
4122
|
|
|
4266
|
-
.
|
|
4267
|
-
|
|
4268
|
-
width: 80%; }
|
|
4123
|
+
.example input {
|
|
4124
|
+
max-width: 100rem; }
|
|
4269
4125
|
|
|
4270
|
-
.
|
|
4126
|
+
.question-card-container {
|
|
4127
|
+
width: 100%;
|
|
4128
|
+
border: 1px solid #d6d5d4;
|
|
4129
|
+
background-color: #fafafa; }
|
|
4130
|
+
.question-card-container.subSection {
|
|
4131
|
+
width: 100%; }
|
|
4132
|
+
.question-card-container .heading-bar {
|
|
4133
|
+
display: -webkit-box;
|
|
4134
|
+
display: -ms-flexbox;
|
|
4135
|
+
display: flex;
|
|
4136
|
+
-webkit-box-pack: end;
|
|
4137
|
+
-ms-flex-pack: end;
|
|
4138
|
+
justify-content: flex-end;
|
|
4139
|
+
-webkit-box-align: center;
|
|
4140
|
+
-ms-flex-align: center;
|
|
4141
|
+
align-items: center;
|
|
4142
|
+
grid-gap: 1rem;
|
|
4143
|
+
gap: 1rem; }
|
|
4144
|
+
.question-card-container .heading-bar .separator {
|
|
4145
|
+
height: 2rem;
|
|
4146
|
+
border: 1px solid #d6d5d4; }
|
|
4147
|
+
.question-card-container .heading-bar .digit-checkbox-container {
|
|
4148
|
+
margin-bottom: unset; }
|
|
4149
|
+
|
|
4150
|
+
.question-label-field {
|
|
4151
|
+
-webkit-box-align: baseline !important;
|
|
4152
|
+
-ms-flex-align: baseline !important;
|
|
4153
|
+
align-items: baseline !important; }
|
|
4154
|
+
.question-label-field .question-label {
|
|
4155
|
+
width: 30%; }
|
|
4156
|
+
.question-label-field .question-field-container {
|
|
4157
|
+
width: 100%; }
|
|
4158
|
+
.question-label-field .question-field-container .question-field {
|
|
4159
|
+
display: -webkit-box;
|
|
4160
|
+
display: -ms-flexbox;
|
|
4161
|
+
display: flex;
|
|
4162
|
+
grid-gap: 1rem;
|
|
4163
|
+
gap: 1rem;
|
|
4164
|
+
-webkit-box-pack: justify;
|
|
4165
|
+
-ms-flex-pack: justify;
|
|
4166
|
+
justify-content: space-between; }
|
|
4167
|
+
|
|
4168
|
+
.checkboxOptionVariant, .customradiobutton {
|
|
4169
|
+
margin-bottom: 0 !important;
|
|
4170
|
+
margin-top: auto;
|
|
4171
|
+
grid-gap: .5rem;
|
|
4172
|
+
gap: .5rem; }
|
|
4173
|
+
|
|
4174
|
+
.optioncheckboxwrapper {
|
|
4175
|
+
display: -webkit-box;
|
|
4176
|
+
display: -ms-flexbox;
|
|
4177
|
+
display: flex;
|
|
4178
|
+
-webkit-box-align: center;
|
|
4179
|
+
-ms-flex-align: center;
|
|
4180
|
+
align-items: center; }
|
|
4181
|
+
.optioncheckboxwrapper .simple_editable-input, .optioncheckboxwrapper .simple_readonly-input {
|
|
4182
|
+
height: 1.5rem;
|
|
4183
|
+
-ms-flex-align: center;
|
|
4184
|
+
-ms-flex-item-align: center;
|
|
4185
|
+
align-self: center; }
|
|
4186
|
+
.optioncheckboxwrapper .pointer, .optioncheckboxwrapper .simple_editable-input, .optioncheckboxwrapper .simple_readonly-input {
|
|
4187
|
+
display: -webkit-box;
|
|
4188
|
+
display: -ms-flexbox;
|
|
4189
|
+
display: flex;
|
|
4190
|
+
-webkit-box-align: center;
|
|
4191
|
+
-ms-flex-align: center;
|
|
4192
|
+
align-items: center; }
|
|
4193
|
+
.optioncheckboxwrapper .pointer {
|
|
4194
|
+
-ms-flex-align: center; }
|
|
4195
|
+
|
|
4196
|
+
.optionradiobtnwrapper {
|
|
4197
|
+
display: -webkit-box;
|
|
4198
|
+
display: -ms-flexbox;
|
|
4199
|
+
display: flex;
|
|
4200
|
+
-webkit-box-align: center;
|
|
4201
|
+
-ms-flex-align: center;
|
|
4202
|
+
align-items: center; }
|
|
4203
|
+
.optionradiobtnwrapper .simple_editable-input, .optionradiobtnwrapper .simple_readonly-input {
|
|
4204
|
+
height: 3rem;
|
|
4205
|
+
-ms-flex-align: center;
|
|
4206
|
+
-ms-flex-item-align: center;
|
|
4207
|
+
align-self: center; }
|
|
4208
|
+
.optionradiobtnwrapper .pointer, .optionradiobtnwrapper .simple_editable-input, .optionradiobtnwrapper .simple_readonly-input {
|
|
4209
|
+
display: -webkit-box;
|
|
4210
|
+
display: -ms-flexbox;
|
|
4211
|
+
display: flex;
|
|
4212
|
+
-webkit-box-align: center;
|
|
4213
|
+
-ms-flex-align: center;
|
|
4214
|
+
align-items: center; }
|
|
4215
|
+
.optionradiobtnwrapper .pointer {
|
|
4216
|
+
-ms-flex-align: center; }
|
|
4217
|
+
|
|
4218
|
+
.example {
|
|
4219
|
+
max-width: 100rem; }
|
|
4220
|
+
.example input {
|
|
4221
|
+
max-width: 100rem; }
|
|
4222
|
+
|
|
4223
|
+
.checkboxOptionVariant {
|
|
4224
|
+
margin-bottom: 0; }
|
|
4225
|
+
|
|
4226
|
+
.custom-class {
|
|
4227
|
+
width: auto; }
|
|
4228
|
+
|
|
4229
|
+
.employeeCard .label-field-pair {
|
|
4230
|
+
width: auto; }
|
|
4231
|
+
|
|
4232
|
+
.digit-employee-card.example-view-card {
|
|
4233
|
+
margin-left: 0 !important;
|
|
4234
|
+
margin-right: 0 !important; }
|
|
4235
|
+
|
|
4236
|
+
.previewChecklist-app-container {
|
|
4237
|
+
width: 100%;
|
|
4238
|
+
margin: 0 auto;
|
|
4239
|
+
padding: 16px;
|
|
4240
|
+
background-color: #f5f5f5;
|
|
4241
|
+
font-family: Arial,sans-serif; }
|
|
4242
|
+
|
|
4243
|
+
.preview-question-title {
|
|
4244
|
+
font-weight: 700;
|
|
4245
|
+
margin-bottom: 10px; }
|
|
4246
|
+
|
|
4247
|
+
.preview-options {
|
|
4248
|
+
margin-left: 20px; }
|
|
4249
|
+
|
|
4250
|
+
.preview-option {
|
|
4251
|
+
font-weight: lighter;
|
|
4252
|
+
margin-bottom: 5px; }
|
|
4253
|
+
|
|
4254
|
+
.preview-sub-questions {
|
|
4255
|
+
margin-left: 20px; }
|
|
4256
|
+
|
|
4257
|
+
.tetxinput-example .input-container {
|
|
4258
|
+
max-width: unset !important; }
|
|
4259
|
+
|
|
4260
|
+
.digit-employee-card {
|
|
4261
|
+
margin-bottom: 1rem;
|
|
4262
|
+
margin-right: 0 !important;
|
|
4263
|
+
margin-left: 0 !important; }
|
|
4264
|
+
|
|
4265
|
+
.digit-employee-card .digit-label-field-pair h2 {
|
|
4266
|
+
width: auto;
|
|
4267
|
+
font-size: larger; }
|
|
4268
|
+
|
|
4269
|
+
.mobile-screen {
|
|
4270
|
+
width: 25rem;
|
|
4271
|
+
height: 40rem;
|
|
4272
|
+
border: 0 solid #ccc;
|
|
4273
|
+
border-radius: 1rem;
|
|
4274
|
+
overflow: hidden;
|
|
4275
|
+
background-color: #fff;
|
|
4276
|
+
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
|
|
4277
|
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
|
|
4278
|
+
margin: 20px auto;
|
|
4279
|
+
font-family: Arial,sans-serif; }
|
|
4280
|
+
|
|
4281
|
+
.mobile-top-bar {
|
|
4282
|
+
background-color: #0b4b66;
|
|
4283
|
+
height: 4rem;
|
|
4284
|
+
-webkit-box-align: center;
|
|
4285
|
+
-ms-flex-align: center;
|
|
4286
|
+
align-items: center;
|
|
4287
|
+
padding: 0 1rem;
|
|
4288
|
+
color: #fff;
|
|
4289
|
+
font-size: 1.5rem;
|
|
4290
|
+
font-weight: 700;
|
|
4291
|
+
width: 100%;
|
|
4292
|
+
-webkit-box-sizing: border-box;
|
|
4293
|
+
box-sizing: border-box; }
|
|
4294
|
+
|
|
4295
|
+
.mobile-container, .mobile-top-bar {
|
|
4296
|
+
display: -webkit-box;
|
|
4297
|
+
display: -ms-flexbox;
|
|
4298
|
+
display: flex; }
|
|
4299
|
+
|
|
4300
|
+
.mobile-container {
|
|
4301
|
+
padding: .5rem 1.5rem 1.5rem;
|
|
4302
|
+
height: calc(100% - 50px);
|
|
4303
|
+
-webkit-box-orient: vertical;
|
|
4304
|
+
-webkit-box-direction: normal;
|
|
4305
|
+
-ms-flex-direction: column;
|
|
4306
|
+
flex-direction: column; }
|
|
4307
|
+
|
|
4308
|
+
.mobile-questions {
|
|
4309
|
+
-webkit-box-flex: 1;
|
|
4310
|
+
-ms-flex: 1;
|
|
4311
|
+
flex: 1;
|
|
4312
|
+
overflow-y: auto;
|
|
4313
|
+
border-radius: 0;
|
|
4314
|
+
padding: .2rem .4rem; }
|
|
4315
|
+
|
|
4316
|
+
.mobile-header h2 {
|
|
4317
|
+
color: #555;
|
|
4318
|
+
font-size: .875rem;
|
|
4319
|
+
margin-bottom: .3125rem; }
|
|
4320
|
+
|
|
4321
|
+
.mobile-header h1 {
|
|
4322
|
+
font-size: 1.25rem;
|
|
4323
|
+
color: #222; }
|
|
4324
|
+
|
|
4325
|
+
.mobile-checklist-highlight {
|
|
4326
|
+
font-weight: 700;
|
|
4327
|
+
padding: 0 .3125rem; }
|
|
4328
|
+
|
|
4329
|
+
.mobile-description {
|
|
4330
|
+
font-size: .75rem;
|
|
4331
|
+
margin-top: .625rem;
|
|
4332
|
+
margin-bottom: 1.25rem;
|
|
4333
|
+
color: #777; }
|
|
4334
|
+
|
|
4335
|
+
.mobile-questions .mobile-question-item {
|
|
4336
|
+
border-bottom: 1px solid #ccc;
|
|
4337
|
+
padding: 0; }
|
|
4338
|
+
|
|
4339
|
+
.mobile-questions .mobile-question-item:last-child {
|
|
4340
|
+
border-bottom: none; }
|
|
4341
|
+
|
|
4342
|
+
.mobile-question {
|
|
4343
|
+
font-weight: 700;
|
|
4344
|
+
font-size: .875rem; }
|
|
4345
|
+
|
|
4346
|
+
.mobile-answer {
|
|
4347
|
+
font-size: .875rem;
|
|
4348
|
+
margin-left: .625rem; }
|
|
4349
|
+
|
|
4350
|
+
.mobile-question-number {
|
|
4351
|
+
font-weight: 700;
|
|
4352
|
+
margin-bottom: .3rem;
|
|
4353
|
+
color: #444; }
|
|
4354
|
+
|
|
4355
|
+
.mandatory-asterisk {
|
|
4356
|
+
color: #c84c0e;
|
|
4357
|
+
margin-left: 4px; }
|
|
4358
|
+
|
|
4359
|
+
.custom-pop-up {
|
|
4360
|
+
width: -webkit-fit-content !important;
|
|
4361
|
+
width: -moz-fit-content !important;
|
|
4362
|
+
width: fit-content !important; }
|
|
4363
|
+
.custom-pop-up .digit-popup-footer {
|
|
4364
|
+
padding-top: 0 !important; }
|
|
4365
|
+
.custom-pop-up .digit-popup-footer .digit-popup-footer-buttons {
|
|
4366
|
+
width: 100% !important;
|
|
4367
|
+
display: grid;
|
|
4368
|
+
grid-template-columns: 1fr 1fr; }
|
|
4369
|
+
.custom-pop-up .digit-popup-footer .digit-popup-footer-buttons .digit-button-primary, .custom-pop-up .digit-popup-footer .digit-popup-footer-buttons .digit-button-secondary {
|
|
4370
|
+
width: 100%; }
|
|
4371
|
+
.custom-pop-up .digit-popup-children-wrap {
|
|
4372
|
+
padding-top: 0 !important; }
|
|
4373
|
+
|
|
4374
|
+
.custom-popup-boundary {
|
|
4375
|
+
max-width: 100%;
|
|
4376
|
+
height: 11rem; }
|
|
4377
|
+
|
|
4378
|
+
.dustbin-icon {
|
|
4379
|
+
margin-bottom: 1rem;
|
|
4380
|
+
margin-top: .7rem; }
|
|
4381
|
+
|
|
4382
|
+
.custom-action-bar .digit-action-bar-fields {
|
|
4383
|
+
display: contents; }
|
|
4384
|
+
|
|
4385
|
+
.digit-action-bar-wrap div {
|
|
4386
|
+
width: unset; }
|
|
4387
|
+
|
|
4388
|
+
.digit-button-secondary.disabled h2 {
|
|
4389
|
+
color: #c5c5c5 !important; }
|
|
4390
|
+
|
|
4391
|
+
.back-button-xlsxpreview {
|
|
4392
|
+
width: 170px; }
|
|
4393
|
+
|
|
4394
|
+
.ingestion-container {
|
|
4395
|
+
display: -webkit-box;
|
|
4396
|
+
display: -ms-flexbox;
|
|
4397
|
+
display: flex;
|
|
4398
|
+
-webkit-box-orient: vertical;
|
|
4399
|
+
-webkit-box-direction: normal;
|
|
4400
|
+
-ms-flex-direction: column;
|
|
4401
|
+
flex-direction: column;
|
|
4402
|
+
text-align: center;
|
|
4403
|
+
-webkit-box-align: center;
|
|
4404
|
+
-ms-flex-align: center;
|
|
4405
|
+
align-items: center;
|
|
4406
|
+
-webkit-box-pack: center;
|
|
4407
|
+
-ms-flex-pack: center;
|
|
4408
|
+
justify-content: center;
|
|
4409
|
+
height: 100vh;
|
|
4410
|
+
width: 100%;
|
|
4411
|
+
background-color: #f9fafc;
|
|
4412
|
+
color: #1b1b1b; }
|
|
4413
|
+
|
|
4414
|
+
.drop-area {
|
|
4415
|
+
border: 2px dashed #ccc;
|
|
4416
|
+
padding: 20px;
|
|
4417
|
+
text-align: center;
|
|
4418
|
+
width: 500px;
|
|
4419
|
+
height: 400px; }
|
|
4420
|
+
|
|
4421
|
+
.drop-area.active {
|
|
4422
|
+
border: 2px dashed #f47738; }
|
|
4423
|
+
|
|
4424
|
+
.upload-file-button {
|
|
4425
|
+
cursor: pointer;
|
|
4426
|
+
padding: .25rem;
|
|
4427
|
+
font-size: 1rem;
|
|
4428
|
+
border: none;
|
|
4429
|
+
font-family: Oswald,sans-serif;
|
|
4430
|
+
font-size: 20px;
|
|
4431
|
+
background-color: initial;
|
|
4432
|
+
margin-top: 20px;
|
|
4433
|
+
color: #f47738; }
|
|
4434
|
+
|
|
4435
|
+
.drag-drop-tag {
|
|
4436
|
+
font-size: 20px; }
|
|
4437
|
+
|
|
4438
|
+
.remove-button {
|
|
4439
|
+
font-size: 20px;
|
|
4440
|
+
padding: 8px;
|
|
4441
|
+
outline: #f37f12;
|
|
4442
|
+
background-color: #f9fafc;
|
|
4443
|
+
color: #f47738; }
|
|
4444
|
+
|
|
4445
|
+
.override-card {
|
|
4446
|
+
margin-left: 0 !important; }
|
|
4447
|
+
|
|
4448
|
+
.table {
|
|
4449
|
+
--bg-opacity:1;
|
|
4450
|
+
background-color: #fff;
|
|
4451
|
+
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
|
4452
|
+
width: 100%;
|
|
4453
|
+
border-radius: 4px 4px 0 0;
|
|
4454
|
+
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
|
|
4455
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
|
|
4456
|
+
border-left-width: 24px;
|
|
4457
|
+
border-right-width: 24px;
|
|
4458
|
+
border-left-color: #fff;
|
|
4459
|
+
border-right-color: #fff; }
|
|
4460
|
+
.table thead th {
|
|
4461
|
+
padding: 20px 18px;
|
|
4462
|
+
font-weight: 700;
|
|
4463
|
+
vertical-align: middle;
|
|
4464
|
+
text-align: left; }
|
|
4465
|
+
.table thead th:first-child {
|
|
4466
|
+
min-width: 256px; }
|
|
4467
|
+
.table tbody {
|
|
4468
|
+
border: none;
|
|
4469
|
+
padding: 0;
|
|
4470
|
+
margin: 0; }
|
|
4471
|
+
.table tbody td {
|
|
4472
|
+
--border-opacity:1;
|
|
4473
|
+
border-color: #d6d5d4;
|
|
4474
|
+
border-color: rgba(214, 213, 212, var(--border-opacity));
|
|
4475
|
+
text-align: left;
|
|
4476
|
+
vertical-align: middle;
|
|
4477
|
+
padding: "20px 18px"; }
|
|
4478
|
+
|
|
4479
|
+
.sub-work-table {
|
|
4480
|
+
-webkit-box-pack: center;
|
|
4481
|
+
-ms-flex-pack: center;
|
|
4482
|
+
justify-content: center;
|
|
4483
|
+
padding: 0;
|
|
4484
|
+
border-collapse: collapse;
|
|
4485
|
+
border: 1px solid #ddd; }
|
|
4486
|
+
.sub-work-table td, .sub-work-table th {
|
|
4487
|
+
color: #0b0c0c;
|
|
4488
|
+
border: 1px solid #ddd;
|
|
4489
|
+
padding: 12px; }
|
|
4490
|
+
.sub-work-table .remove-button {
|
|
4491
|
+
font-size: 20px;
|
|
4492
|
+
padding: 8px;
|
|
4493
|
+
outline: #f37f12;
|
|
4494
|
+
background-color: #f9fafc;
|
|
4495
|
+
color: #f47738; }
|
|
4496
|
+
.sub-work-table .action-bar {
|
|
4497
|
+
display: -webkit-box;
|
|
4498
|
+
display: -ms-flexbox;
|
|
4499
|
+
display: flex;
|
|
4500
|
+
-webkit-box-orient: horizontal;
|
|
4501
|
+
-webkit-box-direction: normal;
|
|
4502
|
+
-ms-flex-direction: row;
|
|
4503
|
+
flex-direction: row;
|
|
4504
|
+
-webkit-box-pack: end;
|
|
4505
|
+
-ms-flex-pack: end;
|
|
4506
|
+
justify-content: flex-end; }
|
|
4507
|
+
.sub-work-table .action-bar .action-bar-button {
|
|
4508
|
+
margin-right: .5em; }
|
|
4509
|
+
.sub-work-table th {
|
|
4510
|
+
padding: 10px;
|
|
4511
|
+
text-align: center;
|
|
4512
|
+
background-color: #efefef;
|
|
4513
|
+
color: #0b0c0c; }
|
|
4514
|
+
.sub-work-table tr td span:hover {
|
|
4515
|
+
cursor: pointer; }
|
|
4516
|
+
|
|
4517
|
+
.reports-table {
|
|
4518
|
+
margin-top: 2rem; }
|
|
4519
|
+
.reports-table thead th:first-child {
|
|
4520
|
+
min-width: unset; }
|
|
4521
|
+
|
|
4522
|
+
.h1.works-header-create, .h1.works-header-search, .h1.works-header-view {
|
|
4523
|
+
font-size: 36px; }
|
|
4524
|
+
|
|
4525
|
+
.download-button {
|
|
4526
|
+
-webkit-box-pack: end !important;
|
|
4527
|
+
-ms-flex-pack: end !important;
|
|
4528
|
+
justify-content: flex-end !important;
|
|
4529
|
+
margin: 20px; }
|
|
4530
|
+
|
|
4531
|
+
.download-button, .master-container {
|
|
4532
|
+
display: -webkit-box;
|
|
4533
|
+
display: -ms-flexbox;
|
|
4534
|
+
display: flex; }
|
|
4535
|
+
|
|
4536
|
+
.master-container {
|
|
4537
|
+
grid-gap: 1rem; }
|
|
4538
|
+
.master-container .custom-master {
|
|
4539
|
+
cursor: pointer;
|
|
4540
|
+
width: 6.25rem;
|
|
4541
|
+
height: 6.25rem; }
|
|
4542
|
+
.master-container .custom-master a {
|
|
4543
|
+
color: #0b0c0c;
|
|
4544
|
+
text-decoration: none; }
|
|
4545
|
+
.master-container .custom-master .master-icon {
|
|
4546
|
+
text-align: center; }
|
|
4547
|
+
.master-container .custom-master:hover {
|
|
4548
|
+
background-color: #feefe7; }
|
|
4549
|
+
|
|
4550
|
+
.help-screen-container .help-screen-body a {
|
|
4551
|
+
cursor: pointer;
|
|
4552
|
+
color: #c84c0e;
|
|
4553
|
+
text-decoration: none; }
|
|
4554
|
+
|
|
4555
|
+
.card-details {
|
|
4556
|
+
background-color: #fafafa !important;
|
|
4557
|
+
position: relative;
|
|
4558
|
+
width: -webkit-fill-available; }
|
|
4559
|
+
|
|
4560
|
+
.CloseButton {
|
|
4561
|
+
position: absolute;
|
|
4562
|
+
top: 5px;
|
|
4563
|
+
right: 5px;
|
|
4564
|
+
cursor: pointer; }
|
|
4565
|
+
|
|
4566
|
+
.startNumber {
|
|
4567
|
+
padding-top: 25px; }
|
|
4568
|
+
|
|
4569
|
+
.endNumber, .startNumber {
|
|
4570
|
+
display: -webkit-box;
|
|
4571
|
+
display: -ms-flexbox;
|
|
4572
|
+
display: flex; }
|
|
4573
|
+
|
|
4574
|
+
.start {
|
|
4575
|
+
padding-right: 1.2rem; }
|
|
4576
|
+
|
|
4577
|
+
.end, .start {
|
|
4578
|
+
min-width: -webkit-fit-content;
|
|
4579
|
+
min-width: -moz-fit-content;
|
|
4580
|
+
min-width: fit-content; }
|
|
4581
|
+
|
|
4582
|
+
.end {
|
|
4583
|
+
padding-right: 1.55rem; }
|
|
4584
|
+
|
|
4585
|
+
.workbench-add-row-detail-btn {
|
|
4586
|
+
margin-bottom: 15px; }
|
|
4587
|
+
|
|
4588
|
+
.village-header {
|
|
4589
|
+
color: #363636;
|
|
4590
|
+
margin-bottom: 1.5rem; }
|
|
4591
|
+
|
|
4592
|
+
.card-heading {
|
|
4593
|
+
display: -webkit-box;
|
|
4594
|
+
display: -ms-flexbox;
|
|
4595
|
+
display: flex;
|
|
4596
|
+
-webkit-box-pack: justify;
|
|
4597
|
+
-ms-flex-pack: justify;
|
|
4598
|
+
justify-content: space-between;
|
|
4599
|
+
-webkit-box-align: center;
|
|
4600
|
+
-ms-flex-align: center;
|
|
4601
|
+
align-items: center; }
|
|
4602
|
+
|
|
4603
|
+
.card-heading-title {
|
|
4604
|
+
color: #0b4b66;
|
|
4605
|
+
margin: 0; }
|
|
4606
|
+
|
|
4607
|
+
.label-pair {
|
|
4608
|
+
display: -webkit-box;
|
|
4609
|
+
display: -ms-flexbox;
|
|
4610
|
+
display: flex;
|
|
4611
|
+
-webkit-box-pack: justify;
|
|
4612
|
+
-ms-flex-pack: justify;
|
|
4613
|
+
justify-content: space-between; }
|
|
4614
|
+
|
|
4615
|
+
.label-heading {
|
|
4616
|
+
color: #363636;
|
|
4617
|
+
width: 20%; }
|
|
4618
|
+
|
|
4619
|
+
.label-text {
|
|
4620
|
+
color: #363636;
|
|
4621
|
+
width: 80%; }
|
|
4622
|
+
|
|
4623
|
+
.edit-label-field-pair {
|
|
4271
4624
|
display: -webkit-box;
|
|
4272
4625
|
display: -ms-flexbox;
|
|
4273
4626
|
display: flex;
|
|
@@ -4535,7 +4888,7 @@
|
|
|
4535
4888
|
-webkit-box-direction: reverse;
|
|
4536
4889
|
-ms-flex-direction: row-reverse;
|
|
4537
4890
|
flex-direction: row-reverse;
|
|
4538
|
-
z-index:
|
|
4891
|
+
z-index: 10; }
|
|
4539
4892
|
|
|
4540
4893
|
.previous-button {
|
|
4541
4894
|
margin-left: 4rem;
|
|
@@ -4912,328 +5265,116 @@ tbody tr:nth-child(odd) {
|
|
|
4912
5265
|
height: auto;
|
|
4913
5266
|
white-space: unset; }
|
|
4914
5267
|
|
|
4915
|
-
.digit-dropdown-select.error {
|
|
4916
|
-
border: 1px solid #d4351c; }
|
|
4917
|
-
|
|
4918
|
-
.campaign-type-wrapper .digit-error-icon-message-wrap {
|
|
4919
|
-
margin-top: 4px;
|
|
4920
|
-
font-size: 14px; }
|
|
4921
|
-
|
|
4922
|
-
.individualElement h2 {
|
|
4923
|
-
color: #363636; }
|
|
4924
|
-
|
|
4925
|
-
.link {
|
|
4926
|
-
color: #c84c0e !important; }
|
|
4927
|
-
|
|
4928
|
-
.employeeCard.employeeCard-override.card-error {
|
|
4929
|
-
border: 1px solid #d4351c; }
|
|
4930
|
-
|
|
4931
|
-
.label-field-pair.delivery-type-radio {
|
|
4932
|
-
grid-gap: 5rem;
|
|
4933
|
-
gap: 5rem; }
|
|
4934
|
-
.label-field-pair.delivery-type-radio .digit-radio-options-wrap {
|
|
4935
|
-
grid-gap: 2rem;
|
|
4936
|
-
gap: 2rem;
|
|
4937
|
-
margin-bottom: 0 !important; }
|
|
4938
|
-
.label-field-pair.delivery-type-radio .digit-radio-options-wrap .radio-option-container {
|
|
4939
|
-
margin-bottom: 0;
|
|
4940
|
-
-webkit-box-align: center;
|
|
4941
|
-
-ms-flex-align: center;
|
|
4942
|
-
align-items: center; }
|
|
4943
|
-
|
|
4944
|
-
.digit-radio-options-wrap {
|
|
4945
|
-
grid-gap: 2rem;
|
|
4946
|
-
gap: 2rem;
|
|
4947
|
-
margin-bottom: 0 !important; }
|
|
4948
|
-
.digit-radio-options-wrap .radio-option-container {
|
|
4949
|
-
margin-bottom: 0;
|
|
4950
|
-
-webkit-box-align: center;
|
|
4951
|
-
-ms-flex-align: center;
|
|
4952
|
-
align-items: center; }
|
|
4953
|
-
|
|
4954
|
-
.bold {
|
|
4955
|
-
font-weight: 700; }
|
|
4956
|
-
|
|
4957
|
-
.summary-doc-error p {
|
|
4958
|
-
margin-top: 0;
|
|
4959
|
-
margin-bottom: 0; }
|
|
4960
|
-
|
|
4961
|
-
.summary-doc-error .digit-infobanner-wrap.error {
|
|
4962
|
-
margin-bottom: .5rem;
|
|
4963
|
-
margin-top: 1.5rem; }
|
|
4964
|
-
|
|
4965
|
-
.digit-employee-card.campaign-update-container {
|
|
4966
|
-
padding: 1.5rem;
|
|
4967
|
-
margin: 0 !important; }
|
|
4968
|
-
.digit-employee-card.campaign-update-container .header {
|
|
4969
|
-
margin-bottom: 1.5rem; }
|
|
4970
|
-
.digit-employee-card.campaign-update-container .search-field-container {
|
|
4971
|
-
border: 1px solid #d6d5d4;
|
|
4972
|
-
border-radius: 4px;
|
|
4973
|
-
padding: 1rem;
|
|
4974
|
-
background-color: #fafafa !important;
|
|
4975
|
-
margin: unset !important; }
|
|
4976
|
-
.digit-employee-card.campaign-update-container .search-field-container .field-description {
|
|
4977
|
-
margin: unset;
|
|
4978
|
-
margin-bottom: 1rem; }
|
|
4979
|
-
.digit-employee-card.campaign-update-container .search-field-container .label-field-grid {
|
|
4980
|
-
display: grid;
|
|
4981
|
-
grid-template-columns: 20rem 20rem 20rem;
|
|
4982
|
-
grid-gap: 2rem;
|
|
4983
|
-
gap: 2rem; }
|
|
4984
|
-
.digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField {
|
|
4985
|
-
display: grid;
|
|
4986
|
-
grid-template-columns: 1fr;
|
|
4987
|
-
-webkit-box-align: start;
|
|
4988
|
-
-ms-flex-align: start;
|
|
4989
|
-
align-items: start; }
|
|
4990
|
-
.digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField .update-label {
|
|
4991
|
-
display: -webkit-box;
|
|
4992
|
-
display: -ms-flexbox;
|
|
4993
|
-
display: flex; }
|
|
4994
|
-
.digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField .update-label p {
|
|
4995
|
-
margin: 0 0 .25rem; }
|
|
4996
|
-
.digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField .update-label .mandatory-date {
|
|
4997
|
-
margin-top: -.25rem; }
|
|
4998
|
-
.digit-employee-card.campaign-update-container .search-field-container .label-field-grid .digit-button-primary {
|
|
4999
|
-
-ms-flex-item-align: end;
|
|
5000
|
-
align-self: flex-end; }
|
|
5001
|
-
|
|
5002
|
-
.digit-multiselectdropdown-wrap.select-boundaries-target {
|
|
5003
|
-
margin-bottom: 0; }
|
|
5004
|
-
|
|
5005
|
-
.boundary-with-container {
|
|
5006
|
-
margin: 1.5rem 0 0 !important; }
|
|
5007
|
-
|
|
5008
|
-
.cycle-date-container {
|
|
5009
|
-
margin-left: 0 !important;
|
|
5010
|
-
margin-right: 0 !important;
|
|
5011
|
-
border: 1px solid #d6d5d4 !important;
|
|
5012
|
-
background-color: #fafafa !important; }
|
|
5013
|
-
|
|
5014
|
-
.header-dropdown-container {
|
|
5015
|
-
position: absolute; }
|
|
5016
|
-
.header-dropdown-container .header-dropdown-menu {
|
|
5017
|
-
left: 0;
|
|
5018
|
-
bottom: 2.25rem; }
|
|
5019
|
-
|
|
5020
|
-
.table.campaign-table .header-dropdown-menu.showBottom {
|
|
5021
|
-
min-width: 8.6rem; }
|
|
5022
|
-
|
|
5023
|
-
.digit-card-component.bannerCard.removeBottomMargin.languageSelection {
|
|
5024
|
-
width: unset !important; }
|
|
5025
|
-
|
|
5026
|
-
.question-card-container.subSection {
|
|
5027
|
-
width: 100%; }
|
|
5028
|
-
|
|
5029
|
-
.question-card-container .heading-bar {
|
|
5030
|
-
display: -webkit-box;
|
|
5031
|
-
display: -ms-flexbox;
|
|
5032
|
-
display: flex;
|
|
5033
|
-
-webkit-box-pack: end;
|
|
5034
|
-
-ms-flex-pack: end;
|
|
5035
|
-
justify-content: flex-end;
|
|
5036
|
-
-webkit-box-align: center;
|
|
5037
|
-
-ms-flex-align: center;
|
|
5038
|
-
align-items: center;
|
|
5039
|
-
grid-gap: 1rem;
|
|
5040
|
-
gap: 1rem; }
|
|
5041
|
-
.question-card-container .heading-bar .separator {
|
|
5042
|
-
height: 2rem;
|
|
5043
|
-
border: 1px solid #d6d5d4; }
|
|
5044
|
-
.question-card-container .heading-bar .digit-checkbox-container {
|
|
5045
|
-
margin-bottom: unset; }
|
|
5046
|
-
|
|
5047
|
-
.question-label-field .question-label {
|
|
5048
|
-
width: 30%; }
|
|
5049
|
-
|
|
5050
|
-
.question-label-field .question-field-container {
|
|
5051
|
-
width: 100%; }
|
|
5052
|
-
.question-label-field .question-field-container .question-field {
|
|
5053
|
-
display: -webkit-box;
|
|
5054
|
-
display: -ms-flexbox;
|
|
5055
|
-
display: flex;
|
|
5056
|
-
grid-gap: 1rem;
|
|
5057
|
-
gap: 1rem;
|
|
5058
|
-
-webkit-box-pack: justify;
|
|
5059
|
-
-ms-flex-pack: justify;
|
|
5060
|
-
justify-content: space-between; }
|
|
5061
|
-
|
|
5062
|
-
.optioncheckboxwrapper .simple_editable-input, .optioncheckboxwrapper .simple_readonly-input {
|
|
5063
|
-
height: 1.5rem;
|
|
5064
|
-
-ms-flex-align: center;
|
|
5065
|
-
-ms-flex-item-align: center;
|
|
5066
|
-
align-self: center; }
|
|
5067
|
-
|
|
5068
|
-
.optioncheckboxwrapper .pointer, .optioncheckboxwrapper .simple_editable-input, .optioncheckboxwrapper .simple_readonly-input {
|
|
5069
|
-
display: -webkit-box;
|
|
5070
|
-
display: -ms-flexbox;
|
|
5071
|
-
display: flex;
|
|
5072
|
-
-webkit-box-align: center;
|
|
5073
|
-
-ms-flex-align: center;
|
|
5074
|
-
align-items: center; }
|
|
5075
|
-
|
|
5076
|
-
.optioncheckboxwrapper .pointer {
|
|
5077
|
-
-ms-flex-align: center; }
|
|
5078
|
-
|
|
5079
|
-
.optionradiobtnwrapper .simple_editable-input, .optionradiobtnwrapper .simple_readonly-input {
|
|
5080
|
-
height: 3rem;
|
|
5081
|
-
-ms-flex-align: center;
|
|
5082
|
-
-ms-flex-item-align: center;
|
|
5083
|
-
align-self: center; }
|
|
5084
|
-
|
|
5085
|
-
.optionradiobtnwrapper .pointer, .optionradiobtnwrapper .simple_editable-input, .optionradiobtnwrapper .simple_readonly-input {
|
|
5086
|
-
display: -webkit-box;
|
|
5087
|
-
display: -ms-flexbox;
|
|
5088
|
-
display: flex;
|
|
5089
|
-
-webkit-box-align: center;
|
|
5090
|
-
-ms-flex-align: center;
|
|
5091
|
-
align-items: center; }
|
|
5092
|
-
|
|
5093
|
-
.optionradiobtnwrapper .pointer {
|
|
5094
|
-
-ms-flex-align: center; }
|
|
5095
|
-
|
|
5096
|
-
.example input {
|
|
5097
|
-
max-width: 100rem; }
|
|
5098
|
-
|
|
5099
|
-
.question-card-container {
|
|
5100
|
-
width: 100%;
|
|
5101
|
-
border: 1px solid #d6d5d4;
|
|
5102
|
-
background-color: #fafafa; }
|
|
5103
|
-
.question-card-container.subSection {
|
|
5104
|
-
width: 100%; }
|
|
5105
|
-
.question-card-container .heading-bar {
|
|
5106
|
-
display: -webkit-box;
|
|
5107
|
-
display: -ms-flexbox;
|
|
5108
|
-
display: flex;
|
|
5109
|
-
-webkit-box-pack: end;
|
|
5110
|
-
-ms-flex-pack: end;
|
|
5111
|
-
justify-content: flex-end;
|
|
5112
|
-
-webkit-box-align: center;
|
|
5113
|
-
-ms-flex-align: center;
|
|
5114
|
-
align-items: center;
|
|
5115
|
-
grid-gap: 1rem;
|
|
5116
|
-
gap: 1rem; }
|
|
5117
|
-
.question-card-container .heading-bar .separator {
|
|
5118
|
-
height: 2rem;
|
|
5119
|
-
border: 1px solid #d6d5d4; }
|
|
5120
|
-
.question-card-container .heading-bar .digit-checkbox-container {
|
|
5121
|
-
margin-bottom: unset; }
|
|
5122
|
-
|
|
5123
|
-
.question-label-field {
|
|
5124
|
-
-webkit-box-align: baseline !important;
|
|
5125
|
-
-ms-flex-align: baseline !important;
|
|
5126
|
-
align-items: baseline !important; }
|
|
5127
|
-
.question-label-field .question-label {
|
|
5128
|
-
width: 30%; }
|
|
5129
|
-
.question-label-field .question-field-container {
|
|
5130
|
-
width: 100%; }
|
|
5131
|
-
.question-label-field .question-field-container .question-field {
|
|
5132
|
-
display: -webkit-box;
|
|
5133
|
-
display: -ms-flexbox;
|
|
5134
|
-
display: flex;
|
|
5135
|
-
grid-gap: 1rem;
|
|
5136
|
-
gap: 1rem;
|
|
5137
|
-
-webkit-box-pack: justify;
|
|
5138
|
-
-ms-flex-pack: justify;
|
|
5139
|
-
justify-content: space-between; }
|
|
5140
|
-
|
|
5141
|
-
.checkboxOptionVariant, .customradiobutton {
|
|
5142
|
-
margin-bottom: 0 !important;
|
|
5143
|
-
margin-top: auto;
|
|
5144
|
-
grid-gap: .5rem;
|
|
5145
|
-
gap: .5rem; }
|
|
5146
|
-
|
|
5147
|
-
.optioncheckboxwrapper {
|
|
5148
|
-
display: -webkit-box;
|
|
5149
|
-
display: -ms-flexbox;
|
|
5150
|
-
display: flex;
|
|
5151
|
-
-webkit-box-align: center;
|
|
5152
|
-
-ms-flex-align: center;
|
|
5153
|
-
align-items: center; }
|
|
5154
|
-
.optioncheckboxwrapper .simple_editable-input, .optioncheckboxwrapper .simple_readonly-input {
|
|
5155
|
-
height: 1.5rem;
|
|
5156
|
-
-ms-flex-align: center;
|
|
5157
|
-
-ms-flex-item-align: center;
|
|
5158
|
-
align-self: center; }
|
|
5159
|
-
.optioncheckboxwrapper .pointer, .optioncheckboxwrapper .simple_editable-input, .optioncheckboxwrapper .simple_readonly-input {
|
|
5160
|
-
display: -webkit-box;
|
|
5161
|
-
display: -ms-flexbox;
|
|
5162
|
-
display: flex;
|
|
5163
|
-
-webkit-box-align: center;
|
|
5164
|
-
-ms-flex-align: center;
|
|
5165
|
-
align-items: center; }
|
|
5166
|
-
.optioncheckboxwrapper .pointer {
|
|
5167
|
-
-ms-flex-align: center; }
|
|
5268
|
+
.digit-dropdown-select.error {
|
|
5269
|
+
border: 1px solid #d4351c; }
|
|
5168
5270
|
|
|
5169
|
-
.
|
|
5170
|
-
|
|
5171
|
-
|
|
5172
|
-
|
|
5173
|
-
|
|
5174
|
-
|
|
5175
|
-
|
|
5176
|
-
|
|
5177
|
-
|
|
5178
|
-
|
|
5179
|
-
|
|
5180
|
-
|
|
5181
|
-
|
|
5182
|
-
|
|
5183
|
-
|
|
5184
|
-
|
|
5271
|
+
.campaign-type-wrapper .digit-error-icon-message-wrap {
|
|
5272
|
+
margin-top: 4px;
|
|
5273
|
+
font-size: 14px; }
|
|
5274
|
+
|
|
5275
|
+
.individualElement h2 {
|
|
5276
|
+
color: #363636; }
|
|
5277
|
+
|
|
5278
|
+
.link {
|
|
5279
|
+
color: #c84c0e !important; }
|
|
5280
|
+
|
|
5281
|
+
.employeeCard.employeeCard-override.card-error {
|
|
5282
|
+
border: 1px solid #d4351c; }
|
|
5283
|
+
|
|
5284
|
+
.label-field-pair.delivery-type-radio {
|
|
5285
|
+
grid-gap: 5rem;
|
|
5286
|
+
gap: 5rem; }
|
|
5287
|
+
.label-field-pair.delivery-type-radio .digit-radio-options-wrap {
|
|
5288
|
+
grid-gap: 2rem;
|
|
5289
|
+
gap: 2rem;
|
|
5290
|
+
margin-bottom: 0 !important; }
|
|
5291
|
+
.label-field-pair.delivery-type-radio .digit-radio-options-wrap .radio-option-container {
|
|
5292
|
+
margin-bottom: 0;
|
|
5293
|
+
-webkit-box-align: center;
|
|
5294
|
+
-ms-flex-align: center;
|
|
5295
|
+
align-items: center; }
|
|
5296
|
+
|
|
5297
|
+
.digit-radio-options-wrap {
|
|
5298
|
+
grid-gap: 2rem;
|
|
5299
|
+
gap: 2rem;
|
|
5300
|
+
margin-bottom: 0 !important; }
|
|
5301
|
+
.digit-radio-options-wrap .radio-option-container {
|
|
5302
|
+
margin-bottom: 0;
|
|
5185
5303
|
-webkit-box-align: center;
|
|
5186
5304
|
-ms-flex-align: center;
|
|
5187
5305
|
align-items: center; }
|
|
5188
|
-
.optionradiobtnwrapper .pointer {
|
|
5189
|
-
-ms-flex-align: center; }
|
|
5190
5306
|
|
|
5191
|
-
.
|
|
5192
|
-
|
|
5193
|
-
.example input {
|
|
5194
|
-
max-width: 100rem; }
|
|
5307
|
+
.bold {
|
|
5308
|
+
font-weight: 700; }
|
|
5195
5309
|
|
|
5196
|
-
.
|
|
5310
|
+
.summary-doc-error p {
|
|
5311
|
+
margin-top: 0;
|
|
5197
5312
|
margin-bottom: 0; }
|
|
5198
5313
|
|
|
5199
|
-
.
|
|
5200
|
-
|
|
5201
|
-
|
|
5202
|
-
.employeeCard .label-field-pair {
|
|
5203
|
-
width: auto; }
|
|
5204
|
-
|
|
5205
|
-
.digit-employee-card.example-view-card {
|
|
5206
|
-
margin-left: 0 !important;
|
|
5207
|
-
margin-right: 0 !important; }
|
|
5314
|
+
.summary-doc-error .digit-infobanner-wrap.error {
|
|
5315
|
+
margin-bottom: .5rem;
|
|
5316
|
+
margin-top: 1.5rem; }
|
|
5208
5317
|
|
|
5209
|
-
.
|
|
5210
|
-
|
|
5211
|
-
margin: 0
|
|
5212
|
-
|
|
5213
|
-
|
|
5214
|
-
|
|
5318
|
+
.digit-employee-card.campaign-update-container {
|
|
5319
|
+
padding: 1.5rem;
|
|
5320
|
+
margin: 0 !important; }
|
|
5321
|
+
.digit-employee-card.campaign-update-container .header {
|
|
5322
|
+
margin-bottom: 1.5rem; }
|
|
5323
|
+
.digit-employee-card.campaign-update-container .search-field-container {
|
|
5324
|
+
border: 1px solid #d6d5d4;
|
|
5325
|
+
border-radius: 4px;
|
|
5326
|
+
padding: 1rem;
|
|
5327
|
+
background-color: #fafafa !important;
|
|
5328
|
+
margin: unset !important; }
|
|
5329
|
+
.digit-employee-card.campaign-update-container .search-field-container .field-description {
|
|
5330
|
+
margin: unset;
|
|
5331
|
+
margin-bottom: 1rem; }
|
|
5332
|
+
.digit-employee-card.campaign-update-container .search-field-container .label-field-grid {
|
|
5333
|
+
display: grid;
|
|
5334
|
+
grid-template-columns: 20rem 20rem 20rem;
|
|
5335
|
+
grid-gap: 2rem;
|
|
5336
|
+
gap: 2rem; }
|
|
5337
|
+
.digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField {
|
|
5338
|
+
display: grid;
|
|
5339
|
+
grid-template-columns: 1fr;
|
|
5340
|
+
-webkit-box-align: start;
|
|
5341
|
+
-ms-flex-align: start;
|
|
5342
|
+
align-items: start; }
|
|
5343
|
+
.digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField .update-label {
|
|
5344
|
+
display: -webkit-box;
|
|
5345
|
+
display: -ms-flexbox;
|
|
5346
|
+
display: flex; }
|
|
5347
|
+
.digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField .update-label p {
|
|
5348
|
+
margin: 0 0 .25rem; }
|
|
5349
|
+
.digit-employee-card.campaign-update-container .search-field-container .label-field-grid .update-date-labelField .update-label .mandatory-date {
|
|
5350
|
+
margin-top: -.25rem; }
|
|
5351
|
+
.digit-employee-card.campaign-update-container .search-field-container .label-field-grid .digit-button-primary {
|
|
5352
|
+
-ms-flex-item-align: end;
|
|
5353
|
+
align-self: flex-end; }
|
|
5215
5354
|
|
|
5216
|
-
.
|
|
5217
|
-
|
|
5218
|
-
margin-bottom: 10px; }
|
|
5355
|
+
.digit-multiselectdropdown-wrap.select-boundaries-target {
|
|
5356
|
+
margin-bottom: 0; }
|
|
5219
5357
|
|
|
5220
|
-
.
|
|
5221
|
-
margin
|
|
5358
|
+
.boundary-with-container {
|
|
5359
|
+
margin: 1.5rem 0 0 !important; }
|
|
5222
5360
|
|
|
5223
|
-
.
|
|
5224
|
-
|
|
5225
|
-
margin-
|
|
5361
|
+
.cycle-date-container {
|
|
5362
|
+
margin-left: 0 !important;
|
|
5363
|
+
margin-right: 0 !important;
|
|
5364
|
+
border: 1px solid #d6d5d4 !important;
|
|
5365
|
+
background-color: #fafafa !important; }
|
|
5226
5366
|
|
|
5227
|
-
.
|
|
5228
|
-
|
|
5367
|
+
.header-dropdown-container {
|
|
5368
|
+
position: absolute; }
|
|
5369
|
+
.header-dropdown-container .header-dropdown-menu {
|
|
5370
|
+
left: 0;
|
|
5371
|
+
bottom: 2.25rem; }
|
|
5229
5372
|
|
|
5230
|
-
.
|
|
5231
|
-
|
|
5373
|
+
.table.campaign-table .header-dropdown-menu.showBottom {
|
|
5374
|
+
min-width: 8.6rem; }
|
|
5232
5375
|
|
|
5233
|
-
.digit-
|
|
5234
|
-
|
|
5235
|
-
margin-right: 0 !important;
|
|
5236
|
-
margin-left: 0 !important; }
|
|
5376
|
+
.digit-card-component.bannerCard.removeBottomMargin.languageSelection {
|
|
5377
|
+
width: unset !important; }
|
|
5237
5378
|
|
|
5238
5379
|
.inbox-search-wrapper .inbox-search-component-wrapper .sections-parent.search .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .submit-bar {
|
|
5239
5380
|
background-color: #c84c0e !important; }
|
|
@@ -5285,117 +5426,3 @@ tbody tr:nth-child(odd) {
|
|
|
5285
5426
|
font-weight: 700;
|
|
5286
5427
|
font-family: Roboto;
|
|
5287
5428
|
padding-bottom: 1rem; }
|
|
5288
|
-
|
|
5289
|
-
.digit-employee-card .digit-label-field-pair h2 {
|
|
5290
|
-
width: auto;
|
|
5291
|
-
font-size: larger; }
|
|
5292
|
-
|
|
5293
|
-
.mobile-screen {
|
|
5294
|
-
width: 25rem;
|
|
5295
|
-
height: 40rem;
|
|
5296
|
-
border: 0 solid #ccc;
|
|
5297
|
-
border-radius: 1rem;
|
|
5298
|
-
overflow: hidden;
|
|
5299
|
-
background-color: #fff;
|
|
5300
|
-
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
|
|
5301
|
-
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
|
|
5302
|
-
margin: 20px auto;
|
|
5303
|
-
font-family: Arial,sans-serif; }
|
|
5304
|
-
|
|
5305
|
-
.mobile-top-bar {
|
|
5306
|
-
background-color: #0b4b66;
|
|
5307
|
-
height: 4rem;
|
|
5308
|
-
-webkit-box-align: center;
|
|
5309
|
-
-ms-flex-align: center;
|
|
5310
|
-
align-items: center;
|
|
5311
|
-
padding: 0 1rem;
|
|
5312
|
-
color: #fff;
|
|
5313
|
-
font-size: 1.5rem;
|
|
5314
|
-
font-weight: 700;
|
|
5315
|
-
width: 100%;
|
|
5316
|
-
-webkit-box-sizing: border-box;
|
|
5317
|
-
box-sizing: border-box; }
|
|
5318
|
-
|
|
5319
|
-
.mobile-container, .mobile-top-bar {
|
|
5320
|
-
display: -webkit-box;
|
|
5321
|
-
display: -ms-flexbox;
|
|
5322
|
-
display: flex; }
|
|
5323
|
-
|
|
5324
|
-
.mobile-container {
|
|
5325
|
-
padding: 1.5rem;
|
|
5326
|
-
height: calc(100% - 50px);
|
|
5327
|
-
-webkit-box-orient: vertical;
|
|
5328
|
-
-webkit-box-direction: normal;
|
|
5329
|
-
-ms-flex-direction: column;
|
|
5330
|
-
flex-direction: column; }
|
|
5331
|
-
|
|
5332
|
-
.mobile-questions {
|
|
5333
|
-
-webkit-box-flex: 1;
|
|
5334
|
-
-ms-flex: 1;
|
|
5335
|
-
flex: 1;
|
|
5336
|
-
padding: .2rem;
|
|
5337
|
-
overflow-y: auto;
|
|
5338
|
-
border: 1px solid #ccc;
|
|
5339
|
-
border-radius: 1rem; }
|
|
5340
|
-
|
|
5341
|
-
.mobile-header h2 {
|
|
5342
|
-
color: #555;
|
|
5343
|
-
font-size: .875rem;
|
|
5344
|
-
margin-bottom: .3125rem; }
|
|
5345
|
-
|
|
5346
|
-
.mobile-header h1 {
|
|
5347
|
-
font-size: 1.25rem;
|
|
5348
|
-
color: #222; }
|
|
5349
|
-
|
|
5350
|
-
.mobile-checklist-highlight {
|
|
5351
|
-
font-weight: 700;
|
|
5352
|
-
padding: 0 .3125rem; }
|
|
5353
|
-
|
|
5354
|
-
.mobile-description {
|
|
5355
|
-
font-size: .75rem;
|
|
5356
|
-
margin-top: .625rem;
|
|
5357
|
-
margin-bottom: 1.25rem;
|
|
5358
|
-
color: #777; }
|
|
5359
|
-
|
|
5360
|
-
.mobile-questions .mobile-question-item {
|
|
5361
|
-
border-bottom: .0625rem solid #ccc;
|
|
5362
|
-
padding: .625rem 0; }
|
|
5363
|
-
|
|
5364
|
-
.mobile-question {
|
|
5365
|
-
font-weight: 700;
|
|
5366
|
-
font-size: .875rem; }
|
|
5367
|
-
|
|
5368
|
-
.mobile-answer {
|
|
5369
|
-
font-size: .875rem;
|
|
5370
|
-
margin-left: .625rem; }
|
|
5371
|
-
|
|
5372
|
-
.custom-pop-up {
|
|
5373
|
-
width: -webkit-fit-content !important;
|
|
5374
|
-
width: -moz-fit-content !important;
|
|
5375
|
-
width: fit-content !important; }
|
|
5376
|
-
.custom-pop-up .digit-popup-footer .digit-popup-footer-buttons {
|
|
5377
|
-
width: 100% !important;
|
|
5378
|
-
display: grid;
|
|
5379
|
-
grid-template-columns: 1fr 1fr; }
|
|
5380
|
-
.custom-pop-up .digit-popup-footer .digit-popup-footer-buttons .digit-button-primary, .custom-pop-up .digit-popup-footer .digit-popup-footer-buttons .digit-button-secondary {
|
|
5381
|
-
width: 100%; }
|
|
5382
|
-
|
|
5383
|
-
.custom-popup-boundary {
|
|
5384
|
-
max-width: 100%;
|
|
5385
|
-
height: 11rem; }
|
|
5386
|
-
|
|
5387
|
-
.dustbin-icon {
|
|
5388
|
-
margin-bottom: 1rem;
|
|
5389
|
-
margin-top: .7rem; }
|
|
5390
|
-
|
|
5391
|
-
.custom-action-bar .digit-action-bar-fields {
|
|
5392
|
-
display: contents; }
|
|
5393
|
-
|
|
5394
|
-
.digit-action-bar-wrap div {
|
|
5395
|
-
width: unset; }
|
|
5396
|
-
|
|
5397
|
-
.digit-button-secondary.disabled h2 {
|
|
5398
|
-
color: #c5c5c5 !important; }
|
|
5399
|
-
|
|
5400
|
-
.back-button-xlsxpreview {
|
|
5401
|
-
width: 170px; }
|