Commit 6f58efed by Brian Talbot

ajusted grid for peer question feedback to take entire visual row

parent 9922c534
......@@ -36,7 +36,8 @@
}
// step title/name
.step__title {
h2.step__title {
@include span-columns(3 of 4);
margin-top: 0 !important;
text-align: left !important;
......@@ -79,12 +80,18 @@
}
}
}
}
.step__status {
.step__status__value {
line-height: 0;
}
}
.step__status__value {
line-height: 0;
}
.list--actions {
list-style: none !important;
padding-left: 0 !important;
......
......@@ -1028,25 +1028,7 @@
// individual answers
.answer {
@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);
}
@include fill-parent();
}
.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