-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtailwind.css
More file actions
121 lines (93 loc) · 1.26 KB
/
tailwind.css
File metadata and controls
121 lines (93 loc) · 1.26 KB
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
.relative {
position: relative
}
.mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem
}
.mb-10 {
margin-bottom: 2.5rem
}
.mb-20 {
margin-bottom: 5rem
}
.mb-3 {
margin-bottom: 0.75rem
}
.mb-\[15\] {
margin-bottom: 15
}
.flex {
display: flex
}
.table {
display: table
}
.hidden {
display: none
}
.h-24 {
height: 6rem
}
.h-full {
height: 100%
}
.w-24 {
width: 6rem
}
.w-64 {
width: 16rem
}
.flex-1 {
flex: 1 1 0%
}
.items-center {
align-items: center
}
.justify-center {
justify-content: center
}
.rounded-full {
border-radius: 9999px
}
.bg-\[\#62ABEF\] {
--tw-bg-opacity: 1;
background-color: rgb(98 171 239 / var(--tw-bg-opacity))
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.pb-\[10\] {
padding-bottom: 10
}
.pt-5 {
padding-top: 1.25rem
}
.pt-\[15\] {
padding-top: 15
}
.pt-\[350\] {
padding-top: 350
}
.text-center {
text-align: center
}
.text-4xl {
font-size: 2.25rem;
line-height: 2.5rem
}
.font-bold {
font-weight: 700
}
.font-semibold {
font-weight: 600
}
.text-\[\#62ABEF\] {
--tw-text-opacity: 1;
color: rgb(98 171 239 / var(--tw-text-opacity))
}
.text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity))
}