dristi-ui-css 0.0.8-dristi-kerala.6 → 0.0.9-dristi-kerala.3

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.8-dristi-kerala.6
3
+ * dristi-ui-css - 0.0.9-dristi-kerala.3
4
4
  *
5
5
  * Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
6
6
  *
@@ -16071,6 +16071,14 @@ body {
16071
16071
  line-height: 18.75px;
16072
16072
  text-align: center; }
16073
16073
 
16074
+ .success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-border {
16075
+ grid-gap: 6px;
16076
+ gap: 6px; }
16077
+ .success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-border h2 {
16078
+ width: -webkit-fit-content !important;
16079
+ width: -moz-fit-content !important;
16080
+ width: fit-content !important; }
16081
+
16074
16082
  .orders-add-bulk-list-modal.popup-module {
16075
16083
  width: 40vw; }
16076
16084
  .orders-add-bulk-list-modal.popup-module .popup-module-main {
@@ -23083,6 +23091,53 @@ body {
23083
23091
  .review-card-action-arrow svg path {
23084
23092
  fill: #0e7669; }
23085
23093
 
23094
+ .doc-preview .docviewer-wrapper .card, .doc-preview .docviewer-wrapper .card-emp {
23095
+ max-width: 100% !important;
23096
+ border: 1px solid rgba(187, 187, 187, 0.73333); }
23097
+
23098
+ .expired-page-container {
23099
+ display: -webkit-box;
23100
+ display: -ms-flexbox;
23101
+ display: flex;
23102
+ -webkit-box-pack: center;
23103
+ -ms-flex-pack: center;
23104
+ justify-content: center;
23105
+ -webkit-box-align: center;
23106
+ -ms-flex-align: center;
23107
+ align-items: center;
23108
+ min-height: 100vh;
23109
+ padding: 1rem;
23110
+ background: #f2f2f2; }
23111
+ .expired-page-container .expired-card {
23112
+ width: 100%;
23113
+ max-width: 420px;
23114
+ background: #fff;
23115
+ border-radius: 8px;
23116
+ padding: 2rem;
23117
+ text-align: center;
23118
+ -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
23119
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
23120
+ .expired-page-container .expired-card h1 {
23121
+ color: #bb2c2f;
23122
+ margin-bottom: 1rem;
23123
+ font-size: 1.4rem; }
23124
+ .expired-page-container .expired-card p {
23125
+ font-size: .95rem;
23126
+ color: #444;
23127
+ line-height: 1.5; }
23128
+ .expired-page-container .expired-card button {
23129
+ margin-top: 1.5rem;
23130
+ width: 100%;
23131
+ padding: .9rem;
23132
+ background-color: teal;
23133
+ color: #fff;
23134
+ border: none;
23135
+ border-radius: 6px;
23136
+ font-size: 1rem;
23137
+ cursor: pointer; }
23138
+ .expired-page-container .expired-card button:hover {
23139
+ opacity: .9; }
23140
+
23086
23141
  .geo-location-component .geolocation-header {
23087
23142
  margin-bottom: 20px; }
23088
23143