dristi-ui-css 0.0.8-dristi-kerala.7 → 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.7
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
  *
@@ -23095,6 +23095,49 @@ body {
23095
23095
  max-width: 100% !important;
23096
23096
  border: 1px solid rgba(187, 187, 187, 0.73333); }
23097
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
+
23098
23141
  .geo-location-component .geolocation-header {
23099
23142
  margin-bottom: 20px; }
23100
23143