dristi-ui-css 0.0.5-dristi-kerala.9 → 0.0.6-dristi-kerala.0

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
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
- * dristi-ui-css - 0.0.5-dristi-kerala.9
3
+ * dristi-ui-css - 0.0.6-dristi-kerala.0
4
4
  *
5
5
  * Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
6
6
  *
@@ -19121,6 +19121,257 @@ body {
19121
19121
  .review-process-page.show-grey-placeholder .employee-select-wrap--elipses:not([value="Process Type"]):not([value="Delivery Channel"]):not([value=Status]) {
19122
19122
  color: #000 !important; }
19123
19123
 
19124
+ .custom-speedpost-search-pending-booking {
19125
+ display: -webkit-box !important;
19126
+ display: -ms-flexbox !important;
19127
+ display: flex !important;
19128
+ -webkit-box-align: end;
19129
+ -ms-flex-align: end;
19130
+ align-items: flex-end;
19131
+ -webkit-box-orient: horizontal;
19132
+ -webkit-box-direction: normal;
19133
+ -ms-flex-direction: row;
19134
+ flex-direction: row;
19135
+ grid-gap: 12px;
19136
+ gap: 12px;
19137
+ font-family: sans-serif;
19138
+ padding: 0.5rem 0 !important; }
19139
+ .custom-speedpost-search-pending-booking .label-field-pair {
19140
+ display: -webkit-box;
19141
+ display: -ms-flexbox;
19142
+ display: flex;
19143
+ -webkit-box-orient: vertical;
19144
+ -webkit-box-direction: normal;
19145
+ -ms-flex-direction: column;
19146
+ flex-direction: column;
19147
+ grid-gap: 4px;
19148
+ gap: 4px; }
19149
+ .custom-speedpost-search-pending-booking .label-field-pair .form-label {
19150
+ font-weight: 600;
19151
+ font-size: 16px; }
19152
+ .custom-speedpost-search-pending-booking .label-field-pair .select-wrap {
19153
+ width: 10rem;
19154
+ margin: 0 !important; }
19155
+ .custom-speedpost-search-pending-booking .label-field-pair .select-wrap .options-card {
19156
+ top: 40px;
19157
+ max-height: 160px;
19158
+ overflow-y: auto; }
19159
+ .custom-speedpost-search-pending-booking .label-field-pair .select-wrap .select {
19160
+ border-radius: 4px;
19161
+ border-color: #3d3c3c; }
19162
+ .custom-speedpost-search-pending-booking .label-field-pair input[type=text], .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=text], .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=text], .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=text] {
19163
+ width: 230px;
19164
+ font-size: 15px;
19165
+ padding: 1px 2px 1px 8px; }
19166
+ .custom-speedpost-search-pending-booking .label-field-pair input[type=date], .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=date], .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date], .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=date], .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date], .custom-speedpost-search-pending-booking .label-field-pair input[type=text], .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=text], .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=text], .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=text] {
19167
+ border-radius: 4px;
19168
+ outline: none;
19169
+ margin: 0 !important;
19170
+ height: 36px; }
19171
+ .custom-speedpost-search-pending-booking .label-field-pair input[type=date], .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=date], .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date], .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=date], .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date] {
19172
+ width: 10rem;
19173
+ font-size: 14px;
19174
+ padding: 9px; }
19175
+ .custom-speedpost-search-pending-booking .label-field-pair input[type=date]::-webkit-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=date]::-webkit-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::-webkit-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=date]::-webkit-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::-webkit-input-placeholder {
19176
+ color: #999; }
19177
+ .custom-speedpost-search-pending-booking .label-field-pair input[type=date]::-moz-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=date]::-moz-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::-moz-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=date]::-moz-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::-moz-placeholder {
19178
+ color: #999; }
19179
+ .custom-speedpost-search-pending-booking .label-field-pair input[type=date]:-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=date]:-ms-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]:-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=date]:-ms-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]:-ms-input-placeholder {
19180
+ color: #999; }
19181
+ .custom-speedpost-search-pending-booking .label-field-pair input[type=date]::-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=date]::-ms-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=date]::-ms-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::-ms-input-placeholder {
19182
+ color: #999; }
19183
+ .custom-speedpost-search-pending-booking .label-field-pair input[type=date]::placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=date]::placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=date]::placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=date]::placeholder {
19184
+ color: #999; }
19185
+ .custom-speedpost-search-pending-booking .label-field-pair input[type=month], .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=month], .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month], .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=month], .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month] {
19186
+ width: 10rem;
19187
+ border-radius: 4px;
19188
+ font-size: 14px;
19189
+ outline: none;
19190
+ margin: 0 !important;
19191
+ height: 36px;
19192
+ padding: 9px; }
19193
+ .custom-speedpost-search-pending-booking .label-field-pair input[type=month]::-webkit-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=month]::-webkit-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::-webkit-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=month]::-webkit-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::-webkit-input-placeholder {
19194
+ color: #999; }
19195
+ .custom-speedpost-search-pending-booking .label-field-pair input[type=month]::-moz-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=month]::-moz-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::-moz-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=month]::-moz-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::-moz-placeholder {
19196
+ color: #999; }
19197
+ .custom-speedpost-search-pending-booking .label-field-pair input[type=month]:-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=month]:-ms-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]:-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=month]:-ms-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]:-ms-input-placeholder {
19198
+ color: #999; }
19199
+ .custom-speedpost-search-pending-booking .label-field-pair input[type=month]::-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=month]::-ms-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=month]::-ms-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::-ms-input-placeholder {
19200
+ color: #999; }
19201
+ .custom-speedpost-search-pending-booking .label-field-pair input[type=month]::placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=month]::placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=month]::placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=month]::placeholder {
19202
+ color: #999; }
19203
+ .custom-speedpost-search-pending-booking .label-field-pair input[type=datetime-local], .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=datetime-local], .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local], .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=datetime-local], .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local] {
19204
+ width: 10rem;
19205
+ border-radius: 4px;
19206
+ font-size: 14px;
19207
+ outline: none;
19208
+ margin: 0 !important;
19209
+ height: 36px;
19210
+ padding: 9px; }
19211
+ .custom-speedpost-search-pending-booking .label-field-pair input[type=datetime-local]::-webkit-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=datetime-local]::-webkit-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::-webkit-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=datetime-local]::-webkit-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::-webkit-input-placeholder {
19212
+ color: #999; }
19213
+ .custom-speedpost-search-pending-booking .label-field-pair input[type=datetime-local]::-moz-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=datetime-local]::-moz-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::-moz-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=datetime-local]::-moz-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::-moz-placeholder {
19214
+ color: #999; }
19215
+ .custom-speedpost-search-pending-booking .label-field-pair input[type=datetime-local]:-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=datetime-local]:-ms-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]:-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=datetime-local]:-ms-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]:-ms-input-placeholder {
19216
+ color: #999; }
19217
+ .custom-speedpost-search-pending-booking .label-field-pair input[type=datetime-local]::-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=datetime-local]::-ms-input-placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::-ms-input-placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=datetime-local]::-ms-input-placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::-ms-input-placeholder {
19218
+ color: #999; }
19219
+ .custom-speedpost-search-pending-booking .label-field-pair input[type=datetime-local]::placeholder, .custom-speedpost-search-pending-booking .label-field-pair .checkbox-wrap .input-emp[type=datetime-local]::placeholder, .checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::placeholder, .custom-speedpost-search-pending-booking .label-field-pair .digit-checkbox-wrap .input-emp[type=datetime-local]::placeholder, .digit-checkbox-wrap .custom-speedpost-search-pending-booking .label-field-pair .input-emp[type=datetime-local]::placeholder {
19220
+ color: #999; }
19221
+
19222
+ .tab-container {
19223
+ display: -webkit-box;
19224
+ display: -ms-flexbox;
19225
+ display: flex;
19226
+ grid-gap: 2rem;
19227
+ gap: 2rem;
19228
+ border-bottom: 1px solid #ddd;
19229
+ padding-left: 16px; }
19230
+ .tab-container button {
19231
+ background: none;
19232
+ border: none;
19233
+ outline: none;
19234
+ padding: 12px 0;
19235
+ font-size: 16px;
19236
+ font-weight: 500;
19237
+ color: #6f767e;
19238
+ cursor: pointer;
19239
+ position: relative;
19240
+ -webkit-transition: color .2s ease-in-out;
19241
+ transition: color .2s ease-in-out; }
19242
+ .tab-container button:hover {
19243
+ color: #222; }
19244
+ .tab-container button.search-tab-head-selected {
19245
+ font-weight: 600;
19246
+ color: #0a5757; }
19247
+ .tab-container button.search-tab-head-selected:after {
19248
+ content: "";
19249
+ position: absolute;
19250
+ left: 0;
19251
+ bottom: -1px;
19252
+ width: 100%;
19253
+ height: 3px;
19254
+ background-color: #0a5757;
19255
+ border-radius: 2px; }
19256
+
19257
+ .form-container {
19258
+ display: -webkit-box;
19259
+ display: -ms-flexbox;
19260
+ display: flex;
19261
+ grid-gap: 20px;
19262
+ gap: 20px;
19263
+ padding: 16px; }
19264
+ .form-container .search-button-wrapper {
19265
+ -webkit-box-orient: horizontal !important;
19266
+ -webkit-box-direction: reverse !important;
19267
+ -ms-flex-direction: row-reverse !important;
19268
+ flex-direction: row-reverse !important;
19269
+ margin-left: 20px;
19270
+ padding-top: 20px !important;
19271
+ display: -webkit-box;
19272
+ display: -ms-flexbox;
19273
+ display: flex;
19274
+ -webkit-box-align: center;
19275
+ -ms-flex-align: center;
19276
+ align-items: center;
19277
+ -webkit-box-pack: center;
19278
+ -ms-flex-pack: center;
19279
+ justify-content: center;
19280
+ grid-gap: 1rem;
19281
+ gap: 1rem; }
19282
+ .form-container .search-button-wrapper .link-label {
19283
+ font-size: 16px;
19284
+ font-weight: 700;
19285
+ color: #77787b !important; }
19286
+ .form-container .search-button-wrapper .submit-bar, .form-container .search-button-wrapper .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .form-container .search-button-wrapper .submit-bar {
19287
+ width: 100% !important;
19288
+ padding: 0 40px;
19289
+ -webkit-box-shadow: none;
19290
+ box-shadow: none;
19291
+ border-radius: 4px; }
19292
+
19293
+ .inbox-search-fields {
19294
+ display: -webkit-box;
19295
+ display: -ms-flexbox;
19296
+ display: flex;
19297
+ -webkit-box-pack: justify;
19298
+ -ms-flex-pack: justify;
19299
+ justify-content: space-between; }
19300
+ .inbox-search-fields .custom-button-wrapper {
19301
+ padding: 16px !important;
19302
+ display: -webkit-box;
19303
+ display: -ms-flexbox;
19304
+ display: flex;
19305
+ -webkit-box-pack: center;
19306
+ -ms-flex-pack: center;
19307
+ justify-content: center;
19308
+ -webkit-box-align: end;
19309
+ -ms-flex-align: end;
19310
+ align-items: flex-end; }
19311
+ .inbox-search-fields .custom-button-wrapper .submit-bar, .inbox-search-fields .custom-button-wrapper .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .inbox-search-fields .custom-button-wrapper .submit-bar {
19312
+ -webkit-box-shadow: none;
19313
+ box-shadow: none;
19314
+ border-radius: 4px; }
19315
+ .inbox-search-fields .custom-button-wrapper .submit-bar-disabled {
19316
+ border-radius: 4px;
19317
+ background-color: #77787b !important; }
19318
+
19319
+ .e-post-update-modal {
19320
+ width: 536px;
19321
+ border-radius: 4px; }
19322
+ .e-post-update-modal .order-type-modal .order-type-form-composer {
19323
+ padding: 0 24px !important;
19324
+ display: -webkit-box;
19325
+ display: -ms-flexbox;
19326
+ display: flex;
19327
+ -webkit-box-orient: vertical !important;
19328
+ -webkit-box-direction: normal !important;
19329
+ -ms-flex-direction: column !important;
19330
+ flex-direction: column !important;
19331
+ grid-row-gap: 6px;
19332
+ row-gap: 6px;
19333
+ -webkit-box-shadow: none;
19334
+ box-shadow: none; }
19335
+ .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair {
19336
+ -webkit-box-orient: vertical;
19337
+ -webkit-box-direction: normal;
19338
+ -ms-flex-direction: column;
19339
+ flex-direction: column;
19340
+ -webkit-box-align: start !important;
19341
+ -ms-flex-align: start !important;
19342
+ align-items: start !important;
19343
+ grid-gap: 6px;
19344
+ gap: 6px; }
19345
+ .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .card-label, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .control-label, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .control-label, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label span, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair span, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .select-wrap {
19346
+ margin-bottom: 0 !important; }
19347
+ .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .custom-text-area-main-div .custom-text-area-header-div {
19348
+ -webkit-box-orient: horizontal !important;
19349
+ -webkit-box-direction: normal !important;
19350
+ -ms-flex-direction: row !important;
19351
+ flex-direction: row !important;
19352
+ margin-top: 13.28px;
19353
+ grid-gap: 2px !important;
19354
+ gap: 2px !important; }
19355
+ .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input input, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .checkbox-wrap .input-emp, .checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .input-emp, .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .e-post-update-modal .order-type-modal .order-type-form-composer .label-field-pair .field .field-container .text-input .input-emp {
19356
+ margin-bottom: 0 !important; }
19357
+ .e-post-update-modal .order-type-modal .order-type-form-composer .card-label-error {
19358
+ margin: 0 !important;
19359
+ width: 100% !important; }
19360
+
19361
+ .e-post-action {
19362
+ -webkit-box-shadow: none !important;
19363
+ box-shadow: none !important;
19364
+ -webkit-box-orient: horizontal !important;
19365
+ -webkit-box-direction: reverse !important;
19366
+ -ms-flex-direction: row-reverse !important;
19367
+ flex-direction: row-reverse !important; }
19368
+ .e-post-action .submit-bar, .e-post-action .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .e-post-action .submit-bar, .e-post-action .submit-bar-disabled {
19369
+ width: 110px;
19370
+ -webkit-box-shadow: none;
19371
+ box-shadow: none; }
19372
+ .e-post-action .previous-button {
19373
+ width: 95px; }
19374
+
19124
19375
  .epost-print-and-send .speed-post-header {
19125
19376
  font-family: Roboto;
19126
19377
  font-size: 16px;