From 54fda697ce9dc5340dd182cecde9938c00fd4a8c Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Thu, 2 Jan 2020 19:03:48 +0100 Subject: [PATCH] Remove no longer used .section-footer-main css rules Change-type: patch --- lib/gui/app/scss/main.scss | 29 ----------------------------- lib/gui/css/main.css | 19 ------------------- 2 files changed, 48 deletions(-) diff --git a/lib/gui/app/scss/main.scss b/lib/gui/app/scss/main.scss index c9637376..19524652 100644 --- a/lib/gui/app/scss/main.scss +++ b/lib/gui/app/scss/main.scss @@ -140,35 +140,6 @@ body { } } -.section-footer-main { - display: flex; - align-items: center; - justify-content: center; - position: relative; - - color: $palette-theme-dark-disabled-foreground; - margin: 0 30px 16px 30px; - padding-top: 15px; - border-top: 2px solid $palette-theme-dark-soft-background; - text-align: center; - - // Override default column padding - // set by flexboxgrid. - .col-xs { - padding: 0; - } - - .svg-icon { - margin: 0 13px; - } - - .footer-right { - font-size: 10px; - position: absolute; - right: 0; - } -} - .section-loader { webview { flex: 0 1; diff --git a/lib/gui/css/main.css b/lib/gui/css/main.css index 16e82fed..0fb7daf9 100644 --- a/lib/gui/css/main.css +++ b/lib/gui/css/main.css @@ -9740,25 +9740,6 @@ body { body > footer { flex: 0 0 auto; } -.section-footer-main { - display: flex; - align-items: center; - justify-content: center; - position: relative; - color: #787c7f; - margin: 0 30px 16px 30px; - padding-top: 15px; - border-top: 2px solid #64686a; - text-align: center; } - .section-footer-main .col-xs { - padding: 0; } - .section-footer-main .svg-icon { - margin: 0 13px; } - .section-footer-main .footer-right { - font-size: 10px; - position: absolute; - right: 0; } - .section-loader webview { flex: 0 1; height: 0;