From ebca4bca9b64ee0efa447b43add8fc7659f9f2dd Mon Sep 17 00:00:00 2001 From: decabeza Date: Thu, 18 Oct 2018 18:17:22 +0200 Subject: [PATCH] Removes styles to fix logo size on devise views --- app/assets/stylesheets/layout.scss | 1 - app/assets/stylesheets/mixins.scss | 12 ------------ 2 files changed, 13 deletions(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 8172d13ab..d19ccd525 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -881,7 +881,6 @@ footer { a { color: #fff; display: block; - line-height: rem-calc(80); // Same as logo image height text-align: center; @include breakpoint(medium) { diff --git a/app/assets/stylesheets/mixins.scss b/app/assets/stylesheets/mixins.scss index ac3c0a923..902b090f4 100644 --- a/app/assets/stylesheets/mixins.scss +++ b/app/assets/stylesheets/mixins.scss @@ -19,18 +19,6 @@ line-height: $line-height * 2; margin-top: 0; } - - img { - height: 48px; - width: 48px; - - @include breakpoint(medium) { - height: 80px; - margin-right: $line-height / 2; - margin-top: 0; - width: 80px; - } - } } // 02. Orbit bullet