From d89171b830d644c55abe56fdafa577b10896e742 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 25 Jan 2022 12:46:37 +0100 Subject: [PATCH] _sass/_base.scss: Adding header-search section. --- _sass/_base.scss | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/_sass/_base.scss b/_sass/_base.scss index 66c88fe..25f8674 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -8,18 +8,24 @@ figure { } .header { - @extend .clearfix; + display: flex; + justify-content: space-between; + align-items: center; padding-bottom: $spacer-2; margin-bottom: $spacer-4; border-bottom: solid 1px $border-gray-light; &-title { - @extend .float-left; border: 0 !important; } + &-search { + flex:auto; + margin-right: $spacer-6; + margin-left: $spacer-6; + } + &-links { - @extend .float-right; list-style: none; margin: $spacer-2 0; li {