From 936a1e63be4cbbcdfa4780245025c23bff6753ee Mon Sep 17 00:00:00 2001 From: Silvio Giebl Date: Sun, 21 Jul 2019 22:35:06 +0200 Subject: [PATCH] Fixed css style (cherry picked from commit 4d52a68745672407bfb258eff055fb06756aac0e) --- _sass/search.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/search.scss b/_sass/search.scss index d3d8ed9..c5af4e5 100644 --- a/_sass/search.scss +++ b/_sass/search.scss @@ -171,10 +171,10 @@ .search-button { position: fixed; display: flex; + right: $sp-4; + bottom: $sp-4; width: $sp-9; height: $sp-9; - bottom: $sp-4; - right: $sp-4; background-color: $search-background-color; border-radius: #{$sp-9 / 2}; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);