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,12 +80,18 @@ ...@@ -79,12 +80,18 @@
} }
} }
} }
}
.step__status {
.step__status__value {
line-height: 0;
}
} }
.step__status__value {
line-height: 0;
}
.list--actions { .list--actions {
list-style: none !important; list-style: none !important;
padding-left: 0 !important; padding-left: 0 !important;
......
...@@ -1028,25 +1028,7 @@ ...@@ -1028,25 +1028,7 @@
// individual answers // individual answers
.answer { .answer {
@include fill-parent();
@include media($bp-ds) {
@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 {
......
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