rm unused
Browse files
src/lib/components/MonsterGenerator/MonsterResult.svelte
CHANGED
@@ -224,36 +224,6 @@
|
|
224 |
font-size: 1.1rem;
|
225 |
}
|
226 |
|
227 |
-
.result-content {
|
228 |
-
position: relative;
|
229 |
-
}
|
230 |
-
|
231 |
-
.result-content p {
|
232 |
-
margin: 0;
|
233 |
-
line-height: 1.6;
|
234 |
-
color: #333;
|
235 |
-
}
|
236 |
-
|
237 |
-
.copy-button {
|
238 |
-
position: absolute;
|
239 |
-
top: -8px;
|
240 |
-
right: -8px;
|
241 |
-
background: #007bff;
|
242 |
-
color: white;
|
243 |
-
border: none;
|
244 |
-
padding: 0.4rem 0.8rem;
|
245 |
-
border-radius: 4px;
|
246 |
-
font-size: 0.85rem;
|
247 |
-
cursor: pointer;
|
248 |
-
display: flex;
|
249 |
-
align-items: center;
|
250 |
-
gap: 0.3rem;
|
251 |
-
transition: background 0.2s;
|
252 |
-
}
|
253 |
-
|
254 |
-
.copy-button:hover {
|
255 |
-
background: #0056b3;
|
256 |
-
}
|
257 |
|
258 |
.action-buttons {
|
259 |
display: flex;
|
@@ -293,29 +263,11 @@
|
|
293 |
background: #5a6268;
|
294 |
}
|
295 |
|
296 |
-
.action-button.save {
|
297 |
-
background: #007bff;
|
298 |
-
color: white;
|
299 |
-
}
|
300 |
-
|
301 |
-
.action-button.save:hover:not(:disabled) {
|
302 |
-
background: #0056b3;
|
303 |
-
}
|
304 |
-
|
305 |
.action-button:disabled {
|
306 |
opacity: 0.6;
|
307 |
cursor: not-allowed;
|
308 |
}
|
309 |
|
310 |
-
.spinner-small {
|
311 |
-
width: 16px;
|
312 |
-
height: 16px;
|
313 |
-
border: 2px solid #ffffff;
|
314 |
-
border-top-color: transparent;
|
315 |
-
border-radius: 50%;
|
316 |
-
animation: spin 0.8s linear infinite;
|
317 |
-
}
|
318 |
-
|
319 |
.error-message {
|
320 |
margin-top: 1rem;
|
321 |
padding: 0.5rem;
|
|
|
224 |
font-size: 1.1rem;
|
225 |
}
|
226 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
|
228 |
.action-buttons {
|
229 |
display: flex;
|
|
|
263 |
background: #5a6268;
|
264 |
}
|
265 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
266 |
.action-button:disabled {
|
267 |
opacity: 0.6;
|
268 |
cursor: not-allowed;
|
269 |
}
|
270 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
271 |
.error-message {
|
272 |
margin-top: 1rem;
|
273 |
padding: 0.5rem;
|