Spaces:
Running
Running
Commit
·
0a29319
1
Parent(s):
f223c55
24. Sept. 2024, 19:46
Browse files- _res/_custom.css +12 -0
_res/_custom.css
CHANGED
|
@@ -290,6 +290,7 @@ span.has-info+div {
|
|
| 290 |
.enhance-prompt-btn,
|
| 291 |
.run-btn {
|
| 292 |
min-width: 110px;
|
|
|
|
| 293 |
|
| 294 |
& svg {
|
| 295 |
fill: var(--text-color-by-luminance);
|
|
@@ -300,13 +301,24 @@ span.has-info+div {
|
|
| 300 |
|
| 301 |
button.secondary {
|
| 302 |
min-width: 110px;
|
|
|
|
| 303 |
|
| 304 |
& svg {
|
|
|
|
| 305 |
fill: var(--primary-600);
|
| 306 |
}
|
| 307 |
|
| 308 |
}
|
| 309 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 310 |
.image-height-selector>label,
|
| 311 |
.image-width-selector>label {
|
| 312 |
display: flex;
|
|
|
|
| 290 |
.enhance-prompt-btn,
|
| 291 |
.run-btn {
|
| 292 |
min-width: 110px;
|
| 293 |
+
transition: background 0.2s ease-in-out;
|
| 294 |
|
| 295 |
& svg {
|
| 296 |
fill: var(--text-color-by-luminance);
|
|
|
|
| 301 |
|
| 302 |
button.secondary {
|
| 303 |
min-width: 110px;
|
| 304 |
+
transition: background 0.2s ease-in-out;
|
| 305 |
|
| 306 |
& svg {
|
| 307 |
+
transition: fill 0.2s ease-in-out;
|
| 308 |
fill: var(--primary-600);
|
| 309 |
}
|
| 310 |
|
| 311 |
}
|
| 312 |
|
| 313 |
+
button.secondary:hover {
|
| 314 |
+
min-width: 110px;
|
| 315 |
+
|
| 316 |
+
& svg {
|
| 317 |
+
fill: var(--text-color-by-luminance);
|
| 318 |
+
}
|
| 319 |
+
|
| 320 |
+
}
|
| 321 |
+
|
| 322 |
.image-height-selector>label,
|
| 323 |
.image-width-selector>label {
|
| 324 |
display: flex;
|