From 77da54431aee8b1dc1cb682110da757b8770d466 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 12 Apr 2016 13:01:56 -0400 Subject: [PATCH] Add Etcher logo to application footer (#302) Fixes: https://github.com/resin-io/etcher/issues/252 Signed-off-by: Juan Cruz Viotti --- assets/images/etcher.svg | 18 ++++++++++++++++++ build/css/main.css | 7 +++++-- lib/index.html | 24 +++++++++++++----------- lib/scss/main.scss | 9 +++++++-- screenshot.png | Bin 122889 -> 124047 bytes 5 files changed, 43 insertions(+), 15 deletions(-) create mode 100644 assets/images/etcher.svg diff --git a/assets/images/etcher.svg b/assets/images/etcher.svg new file mode 100644 index 00000000..667ca170 --- /dev/null +++ b/assets/images/etcher.svg @@ -0,0 +1,18 @@ + + + + light-logo + Created with Sketch. + + + + + diff --git a/build/css/main.css b/build/css/main.css index 1978a450..d4a284d3 100644 --- a/build/css/main.css +++ b/build/css/main.css @@ -1254,7 +1254,7 @@ mark, .text-right, .section-header { text-align: right; } -.text-center, .alert, .alert-ribbon { +.text-center, .alert, .alert-ribbon, .section-footer { text-align: center; } .text-justify { @@ -6332,6 +6332,9 @@ body { color: #ddd; } .section-footer { + display: flex; + align-items: center; + justify-content: center; position: fixed; bottom: 20px; left: 0; @@ -6343,7 +6346,7 @@ body { .section-footer .col-xs { padding: 0; } .section-footer hero-icon .icon { - margin: 0; } + margin: 0 13px; } .section-footer [open-external]:hover { color: #85898c; text-decoration: underline; } diff --git a/lib/index.html b/lib/index.html index ecacef39..00f758fd 100644 --- a/lib/index.html +++ b/lib/index.html @@ -36,18 +36,20 @@
-