Skip to content

Commit

Permalink
Remove l-coverage styles
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwllms committed Jan 26, 2015
1 parent 0aebc8b commit 4cf71ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions app/assets/stylesheets/layouts/_questionnaire.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,3 @@
margin-bottom: $baseline-unit*4;
}
}

.l-coverage__select {
margin: 0 $baseline-unit*2;
}

.l-coverage__postcode {
max-width: 120px;
}
2 changes: 1 addition & 1 deletion app/views/advisers/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<div>
<%= f.errors_for :postcode %>
<%= f.label :postcode, t('questionnaire.adviser.geographical_coverage.postcode'), class: 'form__label-heading' %>
<%= f.text_field :postcode, class: 't-postcode l-coverage__postcode', data: { transform: '' } %>
<%= f.text_field :postcode, class: 't-postcode form__input-container--medium', data: { transform: '' } %>
</div>
<% end %>
Expand Down

0 comments on commit 4cf71ff

Please sign in to comment.