Skip to content

Commit

Permalink
[SDPA-2985] Fix acknowledgment field name and hero banner border. (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-cole authored Aug 15, 2019
1 parent 2b0a7e3 commit 626bdb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/components/Organisms/HeroBanner/HeroBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@ export default {
}
}
@include rpl_breakpoint('m') {
border-bottom: $rpl-hero-banner-border;
}
@each $bp, $spacing in $rpl-hero-banner-vertical-spacing {
@include rpl_breakpoint($bp) {
padding-top: map-get($spacing, top);
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-nuxt-tide/lib/pages/Tide.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
v-bind="heroBanner.data"
class="rpl-site-constrain--on-all"
/>
<rpl-acknowledgement v-if="page.field_show_ack_to_country" :text="acknowledgement" theme="standalone" />
<rpl-acknowledgement v-if="page.field_show_ack_of_country" :text="acknowledgement" theme="standalone" />
</template>

<template slot="aboveContentTwo">
Expand Down

0 comments on commit 626bdb1

Please sign in to comment.