File size: 3,507 Bytes
4879fd8
 
 
 
 
 
 
 
 
 
19eaf6a
 
 
4879fd8
 
 
19eaf6a
4879fd8
 
 
 
 
 
 
b8cb406
 
4879fd8
 
 
 
 
 
 
885ad80
 
 
 
 
 
 
 
 
4879fd8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b8cb406
 
4879fd8
b8cb406
 
4879fd8
 
5189f41
 
 
 
4879fd8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19eaf6a
885ad80
19eaf6a
 
 
 
 
 
 
 
 
 
4879fd8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48dfd32
4879fd8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b8cb406
 
5254a31
 
 
 
b8cb406
19eaf6a
 
 
 
b8cb406
 
 
 
 
 
19eaf6a
b8cb406
 
 
66f35c4
b8cb406
66f35c4
 
 
 
 
 
 
 
 
 
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
:root {
  font-size: 16px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: white;
  position: relative;
  margin: 0;
  padding: 2rem;
}

main {
  width: calc(100% - 4rem);
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  min-width: min(0, 100%);
  position: relative;
  margin: auto;
  padding: 2rem;
}

h1,
h2,
h3,
h4 {
  text-align: center;
}

h1 {
  margin: 0.5rem 0;
}

h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 1.4rem;
  text-align: center;
}

h4 {
  line-height: 1.3;
  font-weight: 600;
  font-size: 0.8rem;
}

p {
  color: rgb(107, 114, 128);
  margin-bottom: 10px;
  margin-top: 5px;
}

.card {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow-y: hidden;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  display: flex;
  flex-direction: inherit;
  flex-wrap: wrap;
  padding: 10px 12px;
}

.card p:last-child {
  margin-bottom: 0;
}

form {
  flex-grow: 1;
  min-width: min(160px, 100%);
  margin-bottom: 0;
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 620px;
  gap: 1.5rem;
}

form .container {
  gap: 0;
}

form span {
  display: inline-block;
  position: relative;
  font-weight: 400;
  line-height: 1.4;
  color: #6b7280;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

select {
  display: block;
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 10px;
  outline: none !important;
  box-shadow: 0 0 0 3px transparent, rgba(0, 0, 0, 0.05) 0px 2px 4px 0px inset;
  background: white;
  color: #1f2937;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}

textarea {
  display: block;
  width: calc(100% - 20px);
  overflow-y: scroll;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 10px;
  position: relative;
  outline: none !important;
  box-shadow: 0 0 0 3px transparent, rgba(0, 0, 0, 0.05) 0px 2px 4px 0px inset;
  background: white;
  color: #1f2937;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}

.info {
  font-size: 0.8em;
  border: 1px solid #91caff;
  border-radius: 8px;
  background: #e6f4ff;
  padding: 8px 12px;
}

.hidden {
  display: none !important;
}

#prompt {
  height: 12rem;
}

#schema {
  height: 20rem;
}

#output {
  height: fit-content;
  width: calc(100% - 20px);
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 10px;
  position: relative;
  outline: none !important;
  box-shadow: 0 0 0 3px transparent, rgba(0, 0, 0, 0.05) 0px 2px 4px 0px inset;
  background: white;
  color: #1f2937;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  white-space: pre-wrap;
}

button {
  max-width: 620px;
  color: #ea580c;
  background: linear-gradient(to bottom right, #ffedd5, #fdba74);
  border: 1px solid #fed7aa;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  width: 100%;
}

button:hover {
  border-color: #fed7aa;
  background: linear-gradient(to bottom right, #ffedd5, #fed7aa);
  color: #ea580c;
  cursor: pointer;
}

#ebnf-grammar {
  height: 24rem;
}

@media (min-width: 1600px) {
  body {
    padding: 4rem;
  }

  main {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: start;
    max-width: 1600px;
    margin-top: 4rem;
  }

  #right-col {
    flex-direction: column;
  }

  h1 {
    font-size: 2rem;
    padding-bottom: 0.4rem;
  }

  h4 {
    font-size: 1rem;
  }
}