Commit 6f58efed by Brian Talbot

ajusted grid for peer question feedback to take entire visual row

parent 9922c534
...@@ -36,7 +36,8 @@ ...@@ -36,7 +36,8 @@
} }
// step title/name // step title/name
.step__title { h2.step__title {
@include span-columns(3 of 4);
margin-top: 0 !important; margin-top: 0 !important;
text-align: left !important; text-align: left !important;
...@@ -79,11 +80,17 @@ ...@@ -79,11 +80,17 @@
} }
} }
} }
}
.step__status {
}
.step__status__value { .step__status__value {
line-height: 0; line-height: 0;
} }
}
.list--actions { .list--actions {
list-style: none !important; list-style: none !important;
......
...@@ -1028,27 +1028,9 @@ ...@@ -1028,27 +1028,9 @@
// individual answers // individual answers
.answer { .answer {
@include media($bp-ds) {
@include fill-parent(); @include fill-parent();
} }
@include media($bp-dm) {
@include span-columns(6 of 12);
@include omega(2n);
}
@include media($bp-dl) {
@include span-columns(6 of 12);
@include omega(2n);
}
@include media($bp-dx) {
@include span-columns(6 of 12);
@include omega(2n);
}
}
.answer__value { .answer__value {
@extend %copy-3; @extend %copy-3;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment