From adc93d5d40c2b0cbb9ec3e3d4c6d3382dc829f52 Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Thu, 12 Jul 2018 11:16:41 +0300 Subject: [PATCH] (AppComponent) Theme options panel button position --- src/app/app.component.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/app/app.component.scss b/src/app/app.component.scss index e04a412f..ba0c5e26 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -11,7 +11,7 @@ .theme-options-button { position: absolute; top: 160px; - right: 70px; + right: 0; width: 48px; height: 48px; line-height: 48px; @@ -23,10 +23,6 @@ opacity: .90; z-index: 998; - @include media-breakpoint-down('md') { - right: 0; - } - mat-icon { animation: rotating 3s linear infinite; }