Spaces:
Running on Zero
Running on Zero
Update _res/__custom.css
Browse files- _res/__custom.css +17 -8
_res/__custom.css
CHANGED
|
@@ -219,16 +219,25 @@ body {
|
|
| 219 |
}
|
| 220 |
|
| 221 |
.gr-radio {
|
| 222 |
-
|
| 223 |
-
& > label {
|
| 224 |
|
| 225 |
-
|
| 226 |
-
|
| 227 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 228 |
|
| 229 |
-
|
| 230 |
-
|
| 231 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 232 |
}
|
| 233 |
}
|
| 234 |
|
|
|
|
| 219 |
}
|
| 220 |
|
| 221 |
.gr-radio {
|
|
|
|
|
|
|
| 222 |
|
| 223 |
+
& > div.wrap {
|
| 224 |
+
display: none;
|
| 225 |
+
}
|
| 226 |
+
|
| 227 |
+
& > div:not(.wrap) {
|
| 228 |
+
margin-top: var(--spacing-lg);
|
| 229 |
+
margin-bottom: 0;
|
| 230 |
+
}
|
| 231 |
+
|
| 232 |
+
& label {
|
| 233 |
|
| 234 |
+
& input[type="radio"] {
|
| 235 |
+
display: none;
|
| 236 |
+
}
|
| 237 |
+
|
| 238 |
+
& span {
|
| 239 |
+
margin-left: unset;
|
| 240 |
+
}
|
| 241 |
}
|
| 242 |
}
|
| 243 |
|