You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.3 KiB

8 years ago
// 768up
header{
background: $green;
height: 120px;
.logo{
position: absolute;
top: 10px;
left: 0;
height: 100px;
background-image: url('../images/header.png');
background-size: contain;
background-repeat: no-repeat;
background-position: left top;
}
8 years ago
.container{
background-image: url('../images/caduceus.png');
background-size: 400px;
background-repeat: no-repeat;
background-position: left -60px top -60px;
}
.first{
display: block;
position: relative;
8 years ago
height: 80px;
top: 0;
}
.hamburger{
display: none;
}
.topmenu{
8 years ago
height: 40px;
position: relative;
background: none;
top: 0px;
display: block;
ul{
text-align: right;
8 years ago
font-size: $font-12;
text-transform: uppercase;
margin: 0;
8 years ago
line-height: 40px;
li{
list-style: none;
padding: 0 10px;
display: inline;
border: none;
border-left: 1px solid $alpha;
&:first-child{
border-left: none;
}
}
}
}
}