Skip to content
Snippets Groups Projects
Commit 625009e0 authored by Chris Lawton's avatar Chris Lawton Committed by Todd Dembrey
Browse files

wrapping sidebars sibiling content in a section and adding some spacing

parent 860c840d
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
<div class="wrapper wrapper--medium wrapper--inner-space-medium">
<div class="wrapper wrapper--sidebar">
<div>
<section class="section section--has-sidebar">
<h6 class="heading heading--submission-meta">
<span>Submitted: </span>{{ object.submit_time.date }} by {{ object.user.get_full_name }}
</h6>
......@@ -47,7 +47,7 @@
<div class="rich-text rich-text--answers">
{{ object.render_answers }}
</div>
</div>
</section>
<aside class="sidebar">
{% include "funds/includes/progress_form.html" %}
......
.section {
&--has-sidebar {
flex-grow: 1;
margin: 20px 0;
@include media-query(tablet-portrait) {
padding-right: 20px;
margin-bottom: 0;
}
}
}
......@@ -17,6 +17,7 @@
@import 'components/icon';
@import 'components/link';
@import 'components/rich-text';
@import 'components/section';
@import 'components/sidebar';
@import 'components/status-bar';
@import 'components/form';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment