Spaces:
Running
Running
Sebastiankay
commited on
Commit
•
88a6d8e
1
Parent(s):
b91921f
24. Sept. 2024, 19:42
Browse files- _res/_custom.css +9 -0
_res/_custom.css
CHANGED
@@ -298,6 +298,15 @@ span.has-info+div {
|
|
298 |
|
299 |
}
|
300 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
301 |
.image-height-selector>label,
|
302 |
.image-width-selector>label {
|
303 |
display: flex;
|
|
|
298 |
|
299 |
}
|
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;
|