From 31cc68ebf2033461b4cd9f20c939ee91a4d0328b Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Wed, 2 Dec 2015 13:26:34 -0800 Subject: PLT-1300 adding jump button to bottom of center archive channel --- web/sass-files/sass/partials/_content.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'web/sass-files/sass/partials/_content.scss') diff --git a/web/sass-files/sass/partials/_content.scss b/web/sass-files/sass/partials/_content.scss index 44a959a9b..7957493a6 100644 --- a/web/sass-files/sass/partials/_content.scss +++ b/web/sass-files/sass/partials/_content.scss @@ -30,6 +30,20 @@ width: 100%; z-index: 3; } + +#perma-link-home { + @include flex(0 0 auto); + background: #fff; + width: 100%; + min-height: 50px; + z-index: 3; + background-color: beige; + text-align: center; + vertical-align: middle; + padding-top: 10px; + cursor: pointer; +} + .post-list { .new-messages-hr { margin-top: 5px; -- cgit v1.2.3-1-g7c22 From 9e385e28ea6ef1ae6845a0e7efa034b7a876b1c7 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Wed, 2 Dec 2015 13:28:27 -0800 Subject: Changing name of var --- web/sass-files/sass/partials/_content.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/sass-files/sass/partials/_content.scss') diff --git a/web/sass-files/sass/partials/_content.scss b/web/sass-files/sass/partials/_content.scss index 7957493a6..c013edbe9 100644 --- a/web/sass-files/sass/partials/_content.scss +++ b/web/sass-files/sass/partials/_content.scss @@ -31,7 +31,7 @@ z-index: 3; } -#perma-link-home { +#archive-link-home { @include flex(0 0 auto); background: #fff; width: 100%; -- cgit v1.2.3-1-g7c22