-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsummary.module.css
93 lines (91 loc) · 4.08 KB
/
summary.module.css
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
.container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
grid-gap: 1rem;
}
<div className="bg-background min-h-screen flex justify-center items-center">
<div className="bg-white rounded-lg shadow-lg w-full sm:w-2/3 md:w-1/2 lg:w-1/3 xl:w-1/4 p-6 sm:p-8 md:p-10">
<h1 className="text-2xl text-primary font-bold mb-4">
Resumen de tu situación
</h1>
<div className="grid grid-cols-1 sm:grid-cols-2 gap-4">
<div className="bg-white rounded-lg shadow-md p-4">
<div className="flex items-center justify-center bg-blue-100 w-12 h-12 rounded-full">
<svg
className="w-6 h-6 text-blue-600"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M17 9V7a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2m2 4h10a2 2 0 002-2v-6a2 2 0 00-2-2H9a2 2 0 00-2 2v6a2 2 0 002 2zm7-5a2 2 0 11-4 0 2 2 0 014 0z"
></path>
</svg>
</div>
<h2 className="text-lg font-medium text-gray-900 my-4">Title 1</h2>
<p className="text-gray-500">Subtitle 1</p>
</div>
<div className="bg-white rounded-lg shadow-md p-4">
<div className="flex items-center justify-center bg-blue-100 w-12 h-12 rounded-full">
<svg
className="w-6 h-6 text-blue-600"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M17 9V7a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2m2 4h10a2 2 0 002-2v-6a2 2 0 00-2-2H9a2 2 0 00-2 2v6a2 2 0 002 2zm7-5a2 2 0 11-4 0 2 2 0 014 0z"
></path>
</svg>
</div>
<h2 className="text-lg font-medium text-gray-900 my-4">Title 2</h2>
<p className="text-gray-500">Subtitle 2</p>
</div>
<div className="bg-white rounded-lg shadow-md p-4">
<div className="flex items-center justify-center bg-blue-100 w-12 h-12 rounded-full">
<svg
className="w-6 h-6 text-blue-600"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M17 9V7a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2m2 4h10a2 2 0 002-2v-6a2 2 0 00-2-2H9a2 2 0 00-2 2v6a2 2 0 002 2zm7-5a2 2 0 11-4 0 2 2 0 014 0z"
></path>
</svg>
</div>
<h2 className="text-lg font-medium text-gray-900 my-4">Title 2</h2>
<p className="text-gray-500">Subtitle 2</p>
</div>
<div className="bg-white rounded-lg shadow-md p-4">
<div className="flex items-center justify-center bg-blue-100 w-12 h-12 rounded-full">
<svg
className="w-6 h-6 text-blue-600"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M17 9V7a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2m2 4h10a2 2 0 002-2v-6a2 2 0 00-2-2H9a2 2 0 00-2 2v6a2 2 0 002 2zm7-5a2 2 0 11-4 0 2 2 0 014 0z"
></path>
</svg>
</div>
<h2 className="text-lg font-medium text-gray-900 my-4">Title 2</h2>
<p className="text-gray-500">Subtitle 2</p>
</div>