@limpiolux/ui-styles 1.0.9 → 1.0.10
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/components.css +21 -1
- package/package.json +1 -1
package/components.css
CHANGED
|
@@ -149,8 +149,28 @@
|
|
|
149
149
|
@apply h-20 w-auto md:h-28;
|
|
150
150
|
}
|
|
151
151
|
|
|
152
|
+
.auth-hero-frame {
|
|
153
|
+
@apply relative h-full;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.auth-hero-icon {
|
|
157
|
+
@apply absolute left-0 top-0 h-9 w-auto md:h-10;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.auth-hero-content {
|
|
161
|
+
@apply flex h-full items-center justify-center;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.auth-hero-copy {
|
|
165
|
+
@apply w-full max-w-xl text-left;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.auth-hero-wordmark {
|
|
169
|
+
@apply mt-3 h-14 w-auto md:h-16;
|
|
170
|
+
}
|
|
171
|
+
|
|
152
172
|
.auth-hero-title {
|
|
153
|
-
@apply
|
|
173
|
+
@apply max-w-xl text-3xl font-semibold tracking-tight text-zinc-100 md:text-[2.6rem];
|
|
154
174
|
}
|
|
155
175
|
|
|
156
176
|
.auth-hero-body {
|