From 032d96cc6f0cc23768cdf034879db8ffa69d0f81 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Thu, 24 Dec 2015 17:33:12 +0200 Subject: [PATCH] Add link to project to the end of doc --- lib/components/Redoc/redoc.html | 7 +++++++ lib/components/Redoc/redoc.scss | 16 ++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/lib/components/Redoc/redoc.html b/lib/components/Redoc/redoc.html index b905f166..32e0647a 100644 --- a/lib/components/Redoc/redoc.html +++ b/lib/components/Redoc/redoc.html @@ -6,3 +6,10 @@ + diff --git a/lib/components/Redoc/redoc.scss b/lib/components/Redoc/redoc.scss index 6a0b39b0..8915f021 100644 --- a/lib/components/Redoc/redoc.scss +++ b/lib/components/Redoc/redoc.scss @@ -31,3 +31,19 @@ api-logo { .api-content { margin-left: $side-bar-width; } + +footer { + text-align: center; + padding: 10px; + font-size: 15px; + + a { + color: #999; + text-decoration: none; + } + + strong { + font-size: 18px; + color: $headers-color; + } +}