forked from TailGrids/tailwind-ui-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalerts.html
356 lines (350 loc) · 14.3 KB
/
alerts.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Alerts | TailGrids</title>
<link
rel="shortcut icon"
href="assets/images/favicon.svg"
type="image/x-icon"
/>
<link rel="stylesheet" href="assets/css/tailwind.css" />
</head>
<body>
<!-- ====== Alerts Section Start -->
<section class="py-20 lg:py-[120px] bg-white">
<div class="container">
<div class="flex flex-wrap -mx-4 justify-center">
<div class="w-full lg:w-10/12 px-4">
<div
class="
w-full
bg-white
px-7
py-8
md:p-9
rounded-lg
shadow-md
flex
mb-11
border-l-[6px] border-transparent
"
>
<div
class="
max-w-[36px]
w-full
h-9
flex
items-center
justify-center
rounded-lg
mr-5
bg-warning bg-opacity-30
"
>
<svg
width="19"
height="16"
viewBox="0 0 19 16"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M1.50493 16H17.5023C18.6204 16 19.3413 14.9018 18.8354 13.9735L10.8367 0.770573C10.2852 -0.256858 8.70677 -0.256858 8.15528 0.770573L0.156617 13.9735C-0.334072 14.8998 0.386764 16 1.50493 16ZM10.7585 12.9298C10.7585 13.6155 10.2223 14.1433 9.45583 14.1433C8.6894 14.1433 8.15311 13.6155 8.15311 12.9298V12.9015C8.15311 12.2159 8.6894 11.688 9.45583 11.688C10.2223 11.688 10.7585 12.2159 10.7585 12.9015V12.9298ZM8.75236 4.01062H10.2548C10.6674 4.01062 10.9127 4.33826 10.8671 4.75288L10.2071 10.1186C10.1615 10.5049 9.88572 10.7455 9.50142 10.7455C9.11929 10.7455 8.84138 10.5028 8.79579 10.1186L8.13574 4.75288C8.09449 4.33826 8.33984 4.01062 8.75236 4.01062Z"
fill="#FBBF24"
/>
</svg>
</div>
<div class="w-full">
<h5 class="text-lg font-semibold mb-3 text-[#9D5425]">
Attention needed
</h5>
<p class="text-base text-[#D0915C] leading-relaxed">
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's
standard dummy text ever since the 1500s, when
</p>
</div>
</div>
<div
class="
w-full
bg-warning bg-opacity-[15%]
px-7
py-8
md:p-9
rounded-lg
shadow-md
flex
mb-11
border-l-[6px] border-warning
"
>
<div
class="
max-w-[36px]
w-full
h-9
flex
items-center
justify-center
rounded-lg
mr-5
bg-warning bg-opacity-30
"
>
<svg
width="19"
height="16"
viewBox="0 0 19 16"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M1.50493 16H17.5023C18.6204 16 19.3413 14.9018 18.8354 13.9735L10.8367 0.770573C10.2852 -0.256858 8.70677 -0.256858 8.15528 0.770573L0.156617 13.9735C-0.334072 14.8998 0.386764 16 1.50493 16ZM10.7585 12.9298C10.7585 13.6155 10.2223 14.1433 9.45583 14.1433C8.6894 14.1433 8.15311 13.6155 8.15311 12.9298V12.9015C8.15311 12.2159 8.6894 11.688 9.45583 11.688C10.2223 11.688 10.7585 12.2159 10.7585 12.9015V12.9298ZM8.75236 4.01062H10.2548C10.6674 4.01062 10.9127 4.33826 10.8671 4.75288L10.2071 10.1186C10.1615 10.5049 9.88572 10.7455 9.50142 10.7455C9.11929 10.7455 8.84138 10.5028 8.79579 10.1186L8.13574 4.75288C8.09449 4.33826 8.33984 4.01062 8.75236 4.01062Z"
fill="#FBBF24"
/>
</svg>
</div>
<div class="w-full">
<h5 class="text-lg font-semibold mb-3 text-[#9D5425]">
Attention needed
</h5>
<p class="text-base text-[#D0915C] leading-relaxed">
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's
standard dummy text ever since the 1500s, when
</p>
</div>
</div>
<div
class="
w-full
bg-white
px-7
py-8
md:p-9
rounded-lg
shadow-md
flex
mb-11
border-l-[6px] border-transparent
"
>
<div
class="
max-w-[36px]
w-full
h-9
flex
items-center
justify-center
rounded-lg
mr-5
bg-[#34D399] bg-opacity-30
"
>
<svg
width="17"
height="12"
viewBox="0 0 17 12"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M16.281 0.813685L16.2688 0.798941L16.2555 0.785173C15.8893 0.406018 15.2974 0.404945 14.93 0.781955L6.27018 9.47967L2.09399 5.27433C1.7266 4.89706 1.13447 4.89804 0.76826 5.27729C0.41058 5.6477 0.41058 6.23243 0.76826 6.60284L0.768224 6.60287L0.773158 6.60784L5.18177 11.0472C5.47504 11.3494 5.87368 11.5 6.24551 11.5C6.64809 11.5 7.02039 11.3448 7.30901 11.0475L16.1938 2.12381C16.5881 1.75601 16.5842 1.18007 16.281 0.813685Z"
fill="#34D399"
stroke="#34D399"
/>
</svg>
</div>
<div class="w-full">
<h5 class="text-lg font-semibold mb-3 text-dark">
Message Sent Successfully
</h5>
<p class="text-base text-body-color mb-6 leading-relaxed">
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's
standard dummy text ever since the 1500s, when
</p>
<div class="flex">
<a
href="javascript:void(0)"
class="text-sm font-medium mr-6 inline-block text-[#34D399]"
>
View Status
</a>
<button class="text-sm font-medium text-body-color">
Dismiss
</button>
</div>
</div>
</div>
<div
class="
w-full
bg-[#34D399] bg-opacity-[15%]
px-7
py-8
md:p-9
rounded-lg
shadow-md
flex
mb-11
border-l-[6px] border-[#34D399]
"
>
<div
class="
max-w-[36px]
w-full
h-9
flex
items-center
justify-center
rounded-lg
mr-5
bg-[#34D399]
"
>
<svg
width="16"
height="12"
viewBox="0 0 16 12"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M15.2984 0.826822L15.2868 0.811827L15.2741 0.797751C14.9173 0.401867 14.3238 0.400754 13.9657 0.794406L5.91888 9.45376L2.05667 5.2868C1.69856 4.89287 1.10487 4.89389 0.747996 5.28987C0.417335 5.65675 0.417335 6.22337 0.747996 6.59026L0.747959 6.59029L0.752701 6.59541L4.86742 11.0348C5.14445 11.3405 5.52858 11.5 5.89581 11.5C6.29242 11.5 6.65178 11.3355 6.92401 11.035L15.2162 2.11161C15.5833 1.74452 15.576 1.18615 15.2984 0.826822Z"
fill="white"
stroke="white"
/>
</svg>
</div>
<div class="w-full">
<h5 class="text-lg font-semibold mb-3 text-dark">
Message Sent Successfully
</h5>
<p class="text-base text-body-color leading-relaxed">
Lorem Ipsum is simply dummy text of the printing and
typesetting industry.
</p>
</div>
</div>
<div
class="
w-full
bg-white
px-7
py-8
md:p-9
rounded-lg
shadow-md
flex
mb-11
border-l-[6px] border-transparent
"
>
<div
class="
max-w-[36px]
w-full
h-9
flex
items-center
justify-center
rounded-lg
mr-5
bg-[#F87171] bg-opacity-[15%]
"
>
<svg
width="13"
height="13"
viewBox="0 0 13 13"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M6.4917 7.65579L11.106 12.2645C11.2545 12.4128 11.4715 12.5 11.6738 12.5C11.8762 12.5 12.0931 12.4128 12.2416 12.2645C12.5621 11.9445 12.5623 11.4317 12.2423 11.1114C12.2422 11.1113 12.2422 11.1113 12.2422 11.1113C12.242 11.1111 12.2418 11.1109 12.2416 11.1107L7.64539 6.50351L12.2589 1.91221L12.2595 1.91158C12.5802 1.59132 12.5802 1.07805 12.2595 0.757793C11.9393 0.437994 11.4268 0.437869 11.1064 0.757418C11.1063 0.757543 11.1062 0.757668 11.106 0.757793L6.49234 5.34931L1.89459 0.740581L1.89396 0.739942C1.57364 0.420019 1.0608 0.420019 0.740487 0.739944C0.42005 1.05999 0.419837 1.57279 0.73985 1.89309L6.4917 7.65579ZM6.4917 7.65579L1.89459 12.2639L1.89395 12.2645C1.74546 12.4128 1.52854 12.5 1.32616 12.5C1.12377 12.5 0.906853 12.4128 0.758361 12.2645L1.1117 11.9108L0.758358 12.2645C0.437984 11.9445 0.437708 11.4319 0.757539 11.1116C0.757812 11.1113 0.758086 11.111 0.75836 11.1107L5.33864 6.50287L0.740487 1.89373L6.4917 7.65579Z"
fill="#F87171"
stroke="#F87171"
/>
</svg>
</div>
<div class="w-full">
<h5 class="text-base font-semibold mb-3 text-[#B45454]">
There were 2 errors with your submission
</h5>
<ul class="list-disc list-inside">
<li class="text-base text-[#CD5D5D] leading-relaxed">
Lorem Ipsum is simply dummy text of the printing
</li>
<li class="text-base text-[#CD5D5D] leading-relaxed">
Industry's standard dummy text ever since the 1500s, when
</li>
</ul>
</div>
</div>
<div
class="
w-full
bg-[#F87171] bg-opacity-[15%]
px-7
py-8
md:p-9
rounded-lg
shadow-md
flex
mb-11
border-l-[6px] border-[#F87171]
"
>
<div
class="
max-w-[36px]
w-full
h-9
flex
items-center
justify-center
rounded-lg
mr-5
bg-[#F87171]
"
>
<svg
width="13"
height="13"
viewBox="0 0 13 13"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M6.4917 7.65579L11.106 12.2645C11.2545 12.4128 11.4715 12.5 11.6738 12.5C11.8762 12.5 12.0931 12.4128 12.2416 12.2645C12.5621 11.9445 12.5623 11.4317 12.2423 11.1114C12.2422 11.1113 12.2422 11.1113 12.2422 11.1113C12.242 11.1111 12.2418 11.1109 12.2416 11.1107L7.64539 6.50351L12.2589 1.91221L12.2595 1.91158C12.5802 1.59132 12.5802 1.07805 12.2595 0.757793C11.9393 0.437994 11.4268 0.437869 11.1064 0.757418C11.1063 0.757543 11.1062 0.757668 11.106 0.757793L6.49234 5.34931L1.89459 0.740581L1.89396 0.739942C1.57364 0.420019 1.0608 0.420019 0.740487 0.739944C0.42005 1.05999 0.419837 1.57279 0.73985 1.89309L6.4917 7.65579ZM6.4917 7.65579L1.89459 12.2639L1.89395 12.2645C1.74546 12.4128 1.52854 12.5 1.32616 12.5C1.12377 12.5 0.906853 12.4128 0.758361 12.2645L1.1117 11.9108L0.758358 12.2645C0.437984 11.9445 0.437708 11.4319 0.757539 11.1116C0.757812 11.1113 0.758086 11.111 0.75836 11.1107L5.33864 6.50287L0.740487 1.89373L6.4917 7.65579Z"
fill="#ffffff"
stroke="#ffffff"
/>
</svg>
</div>
<div class="w-full">
<h5 class="text-base font-semibold mb-3 text-[#B45454]">
There were 1 errors with your submission
</h5>
<ul class="list-disc list-inside">
<li class="text-base text-[#CD5D5D] leading-relaxed">
Lorem Ipsum is simply dummy text of the printing
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ====== Alerts Section End -->
</body>
</html>