-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathstyle.css
More file actions
165 lines (152 loc) · 6.27 KB
/
style.css
File metadata and controls
165 lines (152 loc) · 6.27 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
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
@font-face {
font-family: "GraphikWide";
src: url("https://mintlify-assets.b-cdn.net/x/GraphikWide-Semibold-Trial.woff") format("woff");
font-weight: 600;
}
.font-branded, h1, h2, h3 {
font-family: "GraphikWide";
letter-spacing: -1%;
}
.form {
padding: 15px;
width: 100%;
min-height: 300px;
overflow-y: auto;
}
.rate-limit-table th {
text-align: left;
}
tr td[data-label="Endpoint"] a {
font-size: 12px;
}
tr td[data-label="Pro Limit"],
tr td[data-label="Basic Limit"],
tr td[data-label="Free Limit"] {
font-size: 12px;
}
td[data-label="Pro Limit"] strong,
td[data-label="Basic Limit"] strong,
td[data-label="Free Limit"] strong {
margin-bottom: 8px;
display: block;
}
.text-hero {
color: white;
font-weight: 600;
font-size: 3rem;
margin: 0;
}
@media (max-width: 767px) {
.text-hero {
font-size: 2rem;
}
}
#assistant-entry span {
font-size: 0 !important;
line-height: 0 !important;
}
#assistant-entry span::before {
content: "Ask Grok";
font-size: 0.875rem;
line-height: 1.5rem;
}
#assistant-entry svg {
display: none !important;
}
#assistant-entry::before {
content: "";
display: inline-block;
width: 18px;
height: 18px;
background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' fill-rule='evenodd' height='1em' style='flex:none;line-height:1' viewBox='0 0 24 24' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGrok%3C/title%3E%3Cpath d='M9.27 15.29l7.978-5.897c.391-.29.95-.177 1.137.272.98 2.369.542 5.215-1.41 7.169-1.951 1.954-4.667 2.382-7.149 1.406l-2.711 1.257c3.889 2.661 8.611 2.003 11.562-.953 2.341-2.344 3.066-5.539 2.388-8.42l.006.007c-.983-4.232.242-5.924 2.75-9.383.06-.082.12-.164.179-.248l-3.301 3.305v-.01L9.267 15.292M7.623 16.723c-2.792-2.67-2.31-6.801.071-9.184 1.761-1.763 4.647-2.483 7.166-1.425l2.705-1.25a7.808 7.808 0 00-1.829-1A8.975 8.975 0 005.984 5.83c-2.533 2.536-3.33 6.436-1.962 9.764 1.022 2.487-.653 4.246-2.34 6.022-.599.63-1.199 1.259-1.682 1.925l7.62-6.815'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
}
.dark #assistant-entry::before {
background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' fill-rule='evenodd' height='1em' style='flex:none;line-height:1' viewBox='0 0 24 24' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGrok%3C/title%3E%3Cpath d='M9.27 15.29l7.978-5.897c.391-.29.95-.177 1.137.272.98 2.369.542 5.215-1.41 7.169-1.951 1.954-4.667 2.382-7.149 1.406l-2.711 1.257c3.889 2.661 8.611 2.003 11.562-.953 2.341-2.344 3.066-5.539 2.388-8.42l.006.007c-.983-4.232.242-5.924 2.75-9.383.06-.082.12-.164.179-.248l-3.301 3.305v-.01L9.267 15.292M7.623 16.723c-2.792-2.67-2.31-6.801.071-9.184 1.761-1.763 4.647-2.483 7.166-1.425l2.705-1.25a7.808 7.808 0 00-1.829-1A8.975 8.975 0 005.984 5.83c-2.533 2.536-3.33 6.436-1.962 9.764 1.022 2.487-.653 4.246-2.34 6.022-.599.63-1.199 1.259-1.682 1.925l7.62-6.815'/%3E%3C/svg%3E");
}
.chat-assistant-sheet-header span.font-semibold {
font-size: 0 !important;
}
.chat-assistant-sheet-header span.font-semibold::before {
content: "Grok";
font-size: 0.875rem;
font-weight: 600;
}
.chat-assistant-sheet-header svg.size-5.text-primary.dark\:text-primary-light {
display: none !important;
}
.chat-assistant-sheet-header .flex.items-center.gap-2::before {
content: "";
display: inline-block;
width: 18px;
height: 18px;
background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' fill-rule='evenodd' height='1em' style='flex:none;line-height:1' viewBox='0 0 24 24' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGrok%3C/title%3E%3Cpath d='M9.27 15.29l7.978-5.897c.391-.29.95-.177 1.137.272.98 2.369.542 5.215-1.41 7.169-1.951 1.954-4.667 2.382-7.149 1.406l-2.711 1.257c3.889 2.661 8.611 2.003 11.562-.953 2.341-2.344 3.066-5.539 2.388-8.42l.006.007c-.983-4.232.242-5.924 2.75-9.383.06-.082.12-.164.179-.248l-3.301 3.305v-.01L9.267 15.292M7.623 16.723c-2.792-2.67-2.31-6.801.071-9.184 1.761-1.763 4.647-2.483 7.166-1.425l2.705-1.25a7.808 7.808 0 00-1.829-1A8.975 8.975 0 005.984 5.83c-2.533 2.536-3.33 6.436-1.962 9.764 1.022 2.487-.653 4.246-2.34 6.022-.599.63-1.199 1.259-1.682 1.925l7.62-6.815'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
}
.dark .chat-assistant-sheet-header .flex.items-center.gap-2::before {
background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' fill-rule='evenodd' height='1em' style='flex:none;line-height:1' viewBox='0 0 24 24' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGrok%3C/title%3E%3Cpath d='M9.27 15.29l7.978-5.897c.391-.29.95-.177 1.137.272.98 2.369.542 5.215-1.41 7.169-1.951 1.954-4.667 2.382-7.149 1.406l-2.711 1.257c3.889 2.661 8.611 2.003 11.562-.953 2.341-2.344 3.066-5.539 2.388-8.42l.006.007c-.983-4.232.242-5.924 2.75-9.383.06-.082.12-.164.179-.248l-3.301 3.305v-.01L9.267 15.292M7.623 16.723c-2.792-2.67-2.31-6.801.071-9.184 1.761-1.763 4.647-2.483 7.166-1.425l2.705-1.25a7.808 7.808 0 00-1.829-1A8.975 8.975 0 005.984 5.83c-2.533 2.536-3.33 6.436-1.962 9.764 1.022 2.487-.653 4.246-2.34 6.022-.599.63-1.199 1.259-1.682 1.925l7.62-6.815'/%3E%3C/svg%3E");
}
[data-component-part="update-label"] {
background-color: white;
color: black !important;
}
#navbar > *:nth-child(2) {
max-width: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
#sidebar {
left: 0 !important;
}
#sidebar-content {
padding-left: 2rem;
}
#injected-slider {
max-width: 400px;
}
#cost-estimator-button {
position: relative;
}
#cost-estimator-dropdown {
min-width: 400px;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
#usage-slider {
-webkit-appearance: none;
appearance: none;
height: 6px;
background: #e5e7eb;
outline: none;
border-radius: 3px;
}
.dark #usage-slider {
background: rgba(255, 255, 255, 0.1);
}
#usage-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 16px;
height: 16px;
background: white;
border: 2px solid #00BA7C;
border-radius: 50%;
cursor: pointer;
}
.dark #usage-slider::-webkit-slider-thumb {
background: #0B0C0E;
}
#usage-slider::-moz-range-thumb {
width: 16px;
height: 16px;
background: white;
border: 2px solid #00BA7C;
border-radius: 50%;
cursor: pointer;
}
.dark #usage-slider::-moz-range-thumb {
background: #0B0C0E;
}