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:
parent
8d4c00639f
commit
d89171b830
1 changed files with 9 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue