Skip to content

Commit

Permalink
Adding styles for page footer (#25)
Browse files Browse the repository at this point in the history
* Adding styles for page footer

* Using css variable color
  • Loading branch information
patricklombardo authored and PeteSchuster committed Oct 31, 2019
1 parent eae3338 commit f74bc81
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/sass/all-digital/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
@import 'components/circle';
@import 'components/color';
@import 'components/key-value';
@import 'components/page-footer';
13 changes: 13 additions & 0 deletions assets/sass/all-digital/components/_page-footer.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.page-footer--thin {
padding-bottom: 24px;
position: absolute;
text-align: center;
bottom: 0;
right: 0;
left: 0;
color: $cool-grey11;

a {
color: $cool-grey11;
}
}

0 comments on commit f74bc81

Please sign in to comment.