1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00

_sass/_base.scss: Adding header-search section.

This commit is contained in:
Henrik Hautakoski 2022-01-25 12:46:37 +01:00
parent 8d4c00639f
commit d89171b830
No known key found for this signature in database
GPG key ID: 608414D93E862CCD

View file

@ -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 {