Sebastiankay commited on
Commit
ecb2328
·
verified ·
1 Parent(s): 2f3518d

Update _res/__custom.css

Browse files
Files changed (1) hide show
  1. _res/__custom.css +17 -8
_res/__custom.css CHANGED
@@ -219,16 +219,25 @@ body {
219
  }
220
 
221
  .gr-radio {
222
-
223
- & > label {
224
 
225
- & > input[type="radio"] {
226
- display: none;
227
- }
 
 
 
 
 
 
 
228
 
229
- & > span {
230
- margin-left: unset;
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