Skip to content

Commit

Permalink
Moved shadow and color classes in at_form to full_page_at_form
Browse files Browse the repository at this point in the history
  • Loading branch information
kctang committed Oct 25, 2015
1 parent e3057bc commit ed62d0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/at_form.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template name="atForm">
{{#unless hide}}
<div class="at-form mdl-grid mdl-cell mdl-cell--12-col mdl-color--white mdl-shadow--2dp">
<div class="at-form mdl-grid mdl-grid--no-spacing mdl-cell mdl-cell--12-col">
{{#if showTitle}}
{{> atTitle}}
{{/if}}
Expand Down
8 changes: 5 additions & 3 deletions lib/full_page_at_form.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<template name="fullPageAtForm">
<div class="full-page-at-form mdl-grid">
{{> atForm}}
</div>
<div class="mdl-grid">
<div class="full-page-at-form mdl-color--white mdl-shadow--2dp">
{{> atForm}}
</div>
</div>
</template>

0 comments on commit ed62d0c

Please sign in to comment.