-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
62 lines (58 loc) · 1.38 KB
/
style.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
html {
font-family: 'Inter', 'Cantarell', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
scroll-behavior: smooth;
}
.dropdown-btn {
color: #fff;
cursor: pointer;
/* text-indigo-500 */
border-color: #6366F1 !important;
background-color: #6366F1 !important;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: .5rem .75rem;
font-size: 1rem;
line-height: 1.25;
border-radius: .25rem;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
transition: all .15s ease-in-out;
font-weight: 400;
}
.dropdown-btn:hover {
/* text-indigo-600 */
border-color: #4F46E5 !important;
background-color: #4F46E5 !important;
}
.utm-label {
color: #fff;
border-color: #374151 !important;
background-color: #374151 !important;
display: inline-block;
max-width: 150px;
width: 100%;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
padding: .5rem .75rem;
font-size: 1rem;
line-height: 1.25;
border-radius: .25rem;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
transition: all .15s ease-in-out;
font-weight: 400;
}
.container {
max-width: 930px !important;
}