Add themes folder
This commit is contained in:
parent
78eab7dcac
commit
077da5b941
108 changed files with 6225 additions and 0 deletions
37
themes/airspace-hugo/assets/scss/templates/_header.scss
Normal file
37
themes/airspace-hugo/assets/scss/templates/_header.scss
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
/*--
|
||||
Header Start
|
||||
--*/
|
||||
|
||||
header {
|
||||
min-height: 100px;
|
||||
@include desktop {
|
||||
min-height: 90px;
|
||||
}
|
||||
background: $white;
|
||||
padding: 20px 0;
|
||||
.navbar {
|
||||
margin-bottom: 0px;
|
||||
border: 0px;
|
||||
}
|
||||
.navbar-brand {
|
||||
padding-top: 5px;
|
||||
}
|
||||
.navbar-default {
|
||||
background: none;
|
||||
border: 0px;
|
||||
.navbar-nav {
|
||||
padding-top: 10px;
|
||||
li {
|
||||
a {
|
||||
color: lighten( $black, 20 );
|
||||
padding: 10px 26px;
|
||||
font-size: 15px;
|
||||
font
|
||||
&:hover {
|
||||
color: $black;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue