mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
_sass/_base.scss: adding header class
This commit is contained in:
parent
90cb92b4e4
commit
d7872a477b
1 changed files with 21 additions and 0 deletions
|
|
@ -7,6 +7,27 @@ figure {
|
|||
margin: 1em 0 !important;
|
||||
}
|
||||
|
||||
.header {
|
||||
@extend .clearfix;
|
||||
padding-bottom: $spacer-2;
|
||||
margin-bottom: $spacer-4;
|
||||
border-bottom: solid 1px $border-gray-light;
|
||||
|
||||
&-title {
|
||||
@extend .float-left;
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
&-links {
|
||||
@extend .float-right;
|
||||
list-style: none;
|
||||
margin: $spacer-2 0;
|
||||
li {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.footer {
|
||||
margin-top: 3em;
|
||||
padding: 1em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue