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.
65 lines
1.3 KiB
65 lines
1.3 KiB
// 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;
|
|
}
|
|
|
|
|
|
.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;
|
|
height: 80px;
|
|
top: 0;
|
|
}
|
|
|
|
.hamburger{
|
|
display: none;
|
|
}
|
|
|
|
.topmenu{
|
|
height: 40px;
|
|
position: relative;
|
|
background: none;
|
|
top: 0px;
|
|
display: block;
|
|
|
|
ul{
|
|
text-align: right;
|
|
font-size: $font-12;
|
|
text-transform: uppercase;
|
|
margin: 0;
|
|
line-height: 40px;
|
|
|
|
li{
|
|
list-style: none;
|
|
padding: 0 10px;
|
|
display: inline;
|
|
border: none;
|
|
border-left: 1px solid $alpha;
|
|
&:first-child{
|
|
border-left: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|