Skip to content

Commit

Permalink
Merge pull request #31 from devgateway/SEEDS-532
Browse files Browse the repository at this point in the history
SEEDS-532
  • Loading branch information
dbianco authored Aug 10, 2021
2 parents 9191653 + 629228d commit 03e95b5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
18 changes: 18 additions & 0 deletions app/views/styles/theme-grid/theme-grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ $border-color: #eeeeee;
$border-color-dark: #cccccc;
$body-bg: #ffffff;
$text-color: #4e514e;
$footer-text-color: #333333;
$footer-link-hover: #e8c410;
$offline-red: #A30000;
$offline-red-hover: #AD0000;

Expand Down Expand Up @@ -619,3 +621,19 @@ i.icon.icon-minus{
width: calc(16.6666666667%);
}
}

.copyright{
color: $footer-text-color;
font-size: $default-text-size - 1;
margin-top: $padding-unit;
overflow: hidden;
text-align: center;
a{
color: $secondary-green;
text-align: center;
text-decoration: none;
&:hover{
color: $footer-link-hover;
}
}
}
4 changes: 4 additions & 0 deletions app/views/surveys/webform.pug
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ block content
include component/_form-header
| !{form}
include component/_form-footer
.copyright
| Designed by 
a(href='https://developmentgateway.org/' target='_blank') Development Gateway
| - 2021
if offlinePath
include component/_side-slider
include component/_feedback-bar

0 comments on commit 03e95b5

Please sign in to comment.