@mseva/digit-ui-module-obps 1.0.49 → 1.0.51

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 ADDED
@@ -0,0 +1,167 @@
1
+ /* OBPS Custom Landing Page Styles */
2
+
3
+ /* Main wrapper - highest specificity */
4
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi,
5
+ div._CustomLandingPage__moduleLinkHomePage__2Xxoi {
6
+ width: 100% !important;
7
+ margin-top: -25px !important;
8
+ position: relative !important;
9
+ min-height: 100vh !important;
10
+ overflow: hidden !important;
11
+ }
12
+
13
+ /* Background Image */
14
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi ._CustomLandingPage__landing-background-image__jcStu,
15
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi img._CustomLandingPage__landing-background-image__jcStu {
16
+ position: absolute !important;
17
+ top: 0 !important;
18
+ left: 0 !important;
19
+ width: 100% !important;
20
+ height: 100% !important;
21
+ object-fit: cover !important;
22
+ z-index: 1 !important;
23
+ }
24
+
25
+ /* Dark overlay */
26
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi ._CustomLandingPage__landing-overlay__78yAh,
27
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi div._CustomLandingPage__landing-overlay__78yAh {
28
+ position: absolute !important;
29
+ top: 0 !important;
30
+ left: 0 !important;
31
+ width: 100% !important;
32
+ height: 100% !important;
33
+ background: rgba(0, 0, 0, 0.4) !important;
34
+ z-index: 2 !important;
35
+ }
36
+
37
+ /* Content container */
38
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi ._CustomLandingPage__landing-content__1IAtC,
39
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi div._CustomLandingPage__landing-content__1IAtC {
40
+ position: relative !important;
41
+ z-index: 3 !important;
42
+ width: 100% !important;
43
+ min-height: 100vh !important;
44
+ padding: 0 !important;
45
+ }
46
+
47
+ /* Title */
48
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi ._CustomLandingPage__landing-title__2SnI-,
49
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi h1._CustomLandingPage__landing-title__2SnI- {
50
+ color: white !important;
51
+ font-size: 3rem !important;
52
+ font-weight: bold !important;
53
+ text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8) !important;
54
+ margin: 0 !important;
55
+ padding: 80px 20px 0 20px !important;
56
+ text-align: center !important;
57
+ z-index: 10 !important;
58
+ }
59
+
60
+ /* Links container */
61
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi ._CustomLandingPage__landing-links-container__1vj1Y,
62
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi div._CustomLandingPage__landing-links-container__1vj1Y {
63
+ display: flex !important;
64
+ flex-direction: column !important;
65
+ gap: 20px !important;
66
+ max-width: 600px !important;
67
+ width: 100% !important;
68
+ margin-top: 200px !important;
69
+ padding-left: 80px !important;
70
+ padding-right: 20px !important;
71
+ }
72
+
73
+ /* Link wrapper */
74
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi ._CustomLandingPage__landing-link-wrapper__229sR,
75
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi a._CustomLandingPage__landing-link-wrapper__229sR {
76
+ text-decoration: none !important;
77
+ }
78
+
79
+ /* Card styling - Override default Card component styles */
80
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi ._CustomLandingPage__landing-card__3LbAN._CustomLandingPage__card__33iMi,
81
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi ._CustomLandingPage__card__33iMi._CustomLandingPage__landing-card__3LbAN {
82
+ padding: 24px 20px !important;
83
+ cursor: pointer !important;
84
+ transition: all 0.3s ease !important;
85
+ background: rgba(255, 255, 255, 0.25) !important;
86
+ backdrop-filter: blur(10px) !important;
87
+ -webkit-backdrop-filter: blur(10px) !important;
88
+ border: 2px solid rgba(255, 255, 255, 0.4) !important;
89
+ border-radius: 8px !important;
90
+ box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
91
+ margin: 0 !important;
92
+ }
93
+
94
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi ._CustomLandingPage__landing-card__3LbAN._CustomLandingPage__card__33iMi:hover,
95
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi ._CustomLandingPage__card__33iMi._CustomLandingPage__landing-card__3LbAN:hover {
96
+ transform: translateY(-4px) !important;
97
+ background: rgba(255, 255, 255, 0.4) !important;
98
+ box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4) !important;
99
+ }
100
+
101
+ /* Card text - Override default CardText styles */
102
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi ._CustomLandingPage__landing-card-text__w-uIe._CustomLandingPage__card-text__2GUaW,
103
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi ._CustomLandingPage__card-text__2GUaW._CustomLandingPage__landing-card-text__w-uIe,
104
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi p._CustomLandingPage__landing-card-text__w-uIe {
105
+ font-size: 20px !important;
106
+ font-weight: 700 !important;
107
+ text-align: center !important;
108
+ color: #ffffff !important;
109
+ text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8) !important;
110
+ letter-spacing: 0.3px !important;
111
+ margin: 0 !important;
112
+ padding: 0 !important;
113
+ }
114
+
115
+ /* Media query for title positioning on larger screens */
116
+ @media (min-width: 780px) {
117
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi h1,
118
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi h1._CustomLandingPage__landing-title__2SnI- {
119
+ position: absolute !important;
120
+ top: calc(-8vw + 0px) !important;
121
+ left: 45.8rem !important;
122
+ }
123
+ }
124
+
125
+ /* Responsive Design */
126
+ @media (max-width: 768px) {
127
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi ._CustomLandingPage__landing-title__2SnI-,
128
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi h1._CustomLandingPage__landing-title__2SnI- {
129
+ font-size: 2.2rem !important;
130
+ padding: 60px 20px 0 20px !important;
131
+ }
132
+
133
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi ._CustomLandingPage__landing-links-container__1vj1Y,
134
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi div._CustomLandingPage__landing-links-container__1vj1Y {
135
+ margin-top: 150px !important;
136
+ padding-left: 40px !important;
137
+ gap: 16px !important;
138
+ }
139
+
140
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi ._CustomLandingPage__landing-card__3LbAN._CustomLandingPage__card__33iMi,
141
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi ._CustomLandingPage__card__33iMi._CustomLandingPage__landing-card__3LbAN {
142
+ padding: 20px 16px !important;
143
+ }
144
+
145
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi ._CustomLandingPage__landing-card-text__w-uIe._CustomLandingPage__card-text__2GUaW,
146
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi ._CustomLandingPage__card-text__2GUaW._CustomLandingPage__landing-card-text__w-uIe {
147
+ font-size: 18px !important;
148
+ }
149
+ }
150
+
151
+ @media (max-width: 480px) {
152
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi ._CustomLandingPage__landing-title__2SnI-,
153
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi h1._CustomLandingPage__landing-title__2SnI- {
154
+ font-size: 1.8rem !important;
155
+ }
156
+
157
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi ._CustomLandingPage__landing-links-container__1vj1Y,
158
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi div._CustomLandingPage__landing-links-container__1vj1Y {
159
+ padding-left: 20px !important;
160
+ margin-top: 120px !important;
161
+ }
162
+
163
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi ._CustomLandingPage__landing-card-text__w-uIe._CustomLandingPage__card-text__2GUaW,
164
+ ._CustomLandingPage__moduleLinkHomePage__2Xxoi ._CustomLandingPage__card-text__2GUaW._CustomLandingPage__landing-card-text__w-uIe {
165
+ font-size: 16px !important;
166
+ }
167
+ }