mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-19 05:00:04 +02:00
_sass/_base.scss: Adding header-search section.
This commit is contained in:
parent
8d4c00639f
commit
d89171b830
1 changed files with 9 additions and 3 deletions
|
|
@ -8,18 +8,24 @@ figure {
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
@extend .clearfix;
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
padding-bottom: $spacer-2;
|
padding-bottom: $spacer-2;
|
||||||
margin-bottom: $spacer-4;
|
margin-bottom: $spacer-4;
|
||||||
border-bottom: solid 1px $border-gray-light;
|
border-bottom: solid 1px $border-gray-light;
|
||||||
|
|
||||||
&-title {
|
&-title {
|
||||||
@extend .float-left;
|
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-search {
|
||||||
|
flex:auto;
|
||||||
|
margin-right: $spacer-6;
|
||||||
|
margin-left: $spacer-6;
|
||||||
|
}
|
||||||
|
|
||||||
&-links {
|
&-links {
|
||||||
@extend .float-right;
|
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: $spacer-2 0;
|
margin: $spacer-2 0;
|
||||||
li {
|
li {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue