diff --git a/gui/app/styles/core/view/document/section.scss b/gui/app/styles/core/view/document/section.scss index 0e8ae759..7ee7b142 100644 --- a/gui/app/styles/core/view/document/section.scss +++ b/gui/app/styles/core/view/document/section.scss @@ -61,12 +61,12 @@ .start-section { @extend .no-select; text-align: center; - margin: 0.5rem 0; + margin: 2rem 0; display: block; > i { - background-color: map-get($yellow-shades, 100); - color: map-get($yellow-shades, 500); + background-color: map-get($green-shades, 100); + color: map-get($green-shades, 500); vertical-align: middle; padding: 0.5rem; font-size: 16px; @@ -75,7 +75,7 @@ cursor: pointer; &:hover { - color: map-get($yellow-shades, 700); + color: map-get($green-shades, 700); } } } diff --git a/gui/app/templates/components/document/view-content.hbs b/gui/app/templates/components/document/view-content.hbs index 8884cf57..8bdb1a5f 100644 --- a/gui/app/templates/components/document/view-content.hbs +++ b/gui/app/templates/components/document/view-content.hbs @@ -22,21 +22,6 @@ onPageSequenceChange=(action onPageSequenceChange) onShowSectionWizard=(action "onShowSectionWizard")}} {{/each}} - {{#if showLikes}} -
- {{#if voteThanks}} -
Thanks for the feedback!
- {{else}} -
{{folder.likes}}
- {{ui/ui-spacer size=200}} -
- {{ui/ui-button color=constants.Color.Yellow light=true label="Yes, thanks!" onClick=(action "onVote" 1)}} - {{ui/ui-button-gap}} - {{ui/ui-button color=constants.Color.Yellow light=true label="Not really" onClick=(action "onVote" 2)}} -
- {{/if}} -
- {{/if}} {{/if}} {{#if canEdit}} @@ -47,6 +32,22 @@ {{/if}} +{{#if showLikes}} +
+ {{#if voteThanks}} +
Thanks for the feedback!
+ {{else}} +
{{folder.likes}}
+ {{ui/ui-spacer size=200}} +
+ {{ui/ui-button color=constants.Color.Yellow light=true label="Yes, thanks!" onClick=(action "onVote" 1)}} + {{ui/ui-button-gap}} + {{ui/ui-button color=constants.Color.Yellow light=true label="Not really" onClick=(action "onVote" 2)}} +
+ {{/if}} +
+{{/if}} + {{#if canEdit}} {{document/add-section pages=pages