2018-06-27 13:01:05 +01:00
|
|
|
$border-thickness: 4px;
|
|
|
|
|
$top-spacing: $gutter - 5px;
|
2018-06-12 14:29:47 +01:00
|
|
|
|
|
|
|
|
.multiple-choice {
|
|
|
|
|
|
|
|
|
|
z-index: 10;
|
|
|
|
|
|
|
|
|
|
.block-label {
|
|
|
|
|
&:before {
|
2018-06-21 14:00:00 +01:00
|
|
|
box-shadow: 0 5px 0 0 $white;
|
2018-06-12 14:29:47 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.conditional-radios {
|
|
|
|
|
|
|
|
|
|
&-panel {
|
|
|
|
|
border-left: $border-thickness solid $border-colour;
|
2018-06-27 13:01:05 +01:00
|
|
|
margin: 0 0 (-$top-spacing - $gutter) ($gutter-half + ($border-thickness / 2));
|
|
|
|
|
padding: $top-spacing 0 0 ($gutter - ($border-thickness / 2));
|
2018-06-12 14:29:47 +01:00
|
|
|
position: relative;
|
2018-06-21 14:00:00 +01:00
|
|
|
top: -$top-spacing;
|
2018-06-12 14:29:47 +01:00
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|