dristi-ui-css 0.0.6-dristi-kerala.4 → 0.0.6-dristi-kerala.6

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.6-dristi-kerala.4
3
+ * dristi-ui-css - 0.0.6-dristi-kerala.6
4
4
  *
5
5
  * Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
6
6
  *
@@ -11290,6 +11290,9 @@ body {
11290
11290
  line-height: 18.75px;
11291
11291
  text-align: left;
11292
11292
  color: #0a0a0a; }
11293
+ .prayer-and-sworm .toast-success.error h2 {
11294
+ font-weight: 400 !important;
11295
+ color: #fff !important; }
11293
11296
  .prayer-and-sworm .custom-text-area-main-div .custom-text-area-header-div {
11294
11297
  grid-gap: 12px !important;
11295
11298
  gap: 12px !important; }
@@ -20872,6 +20875,52 @@ body {
20872
20875
  .pending-envelope-submission-modal .popup-module-main .popup-module-action-bar h2 {
20873
20876
  font-size: 18px !important; }
20874
20877
 
20878
+ .process-bulk-success-modal.popup-module {
20879
+ width: 40vw; }
20880
+ .process-bulk-success-modal.popup-module .header-wrap {
20881
+ border-bottom: none !important;
20882
+ margin-bottom: 12px !important; }
20883
+ .process-bulk-success-modal.popup-module .header-wrap .header-end {
20884
+ margin: 4px 8px 0 auto !important; }
20885
+ .process-bulk-success-modal.popup-module .popup-module-main {
20886
+ padding: 0 40px 40px !important; }
20887
+ .process-bulk-success-modal.popup-module .popup-module-main .card-label, .process-bulk-success-modal.popup-module .popup-module-main .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 .process-bulk-success-modal.popup-module .popup-module-main .control-label, .process-bulk-success-modal.popup-module .popup-module-main .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 .process-bulk-success-modal.popup-module .popup-module-main span {
20888
+ font-size: 16px;
20889
+ font-weight: 400;
20890
+ margin-bottom: 10px;
20891
+ text-align: center; }
20892
+ .process-bulk-success-modal.popup-module .popup-module-main .popup-module-action-bar {
20893
+ display: -webkit-box;
20894
+ display: -ms-flexbox;
20895
+ display: flex;
20896
+ -webkit-box-orient: horizontal;
20897
+ -webkit-box-direction: normal;
20898
+ -ms-flex-direction: row;
20899
+ flex-direction: row;
20900
+ -webkit-box-pack: center;
20901
+ -ms-flex-pack: center;
20902
+ justify-content: center;
20903
+ -webkit-box-align: center;
20904
+ -ms-flex-align: center;
20905
+ align-items: center;
20906
+ grid-gap: 12px;
20907
+ gap: 12px;
20908
+ margin: 0 !important; }
20909
+ .process-bulk-success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-border, .process-bulk-success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary, .process-bulk-success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-tertiary {
20910
+ -webkit-box-flex: 1;
20911
+ -ms-flex: 1 1 0px;
20912
+ flex: 1 1 0;
20913
+ min-width: 0;
20914
+ width: auto;
20915
+ height: 40px;
20916
+ padding: 10px 24px; }
20917
+ .process-bulk-success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-border h2, .process-bulk-success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary h2, .process-bulk-success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-tertiary h2 {
20918
+ font-family: Roboto;
20919
+ font-size: 16px;
20920
+ font-weight: 700;
20921
+ line-height: 18.75px;
20922
+ text-align: center; }
20923
+
20875
20924
  .review-card-main {
20876
20925
  width: 100%;
20877
20926
  border-radius: 4px;