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.
115 lines
2.3 KiB
115 lines
2.3 KiB
// 768up
|
|
|
|
|
|
|
|
header{
|
|
background: $green;
|
|
height: 120px;
|
|
position: absolute;
|
|
|
|
.logo{
|
|
position: absolute;
|
|
top: 10px;
|
|
height: 100px;
|
|
background-image: url('../images/header.png');
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
background-position: left top;
|
|
}
|
|
|
|
.container{
|
|
&.main{
|
|
height: 120px;
|
|
position: relative;
|
|
background: $green;
|
|
background-image: url('../images/caduceus.png');
|
|
background-size: 400px;
|
|
background-repeat: no-repeat;
|
|
background-position: left -60px top -60px;
|
|
}
|
|
}
|
|
|
|
.hamburger{
|
|
display: none;
|
|
}
|
|
|
|
.openings{
|
|
height: 80px;
|
|
background: none;
|
|
|
|
.hours{
|
|
right: 0;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
background: rgba(255,255,255,0.5);
|
|
text-align: right;
|
|
border-radius: 0 0 3px 3px;
|
|
|
|
span{
|
|
display: block;
|
|
border-right: none;
|
|
&:first-child{
|
|
padding: 0 5px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.topmenu{
|
|
height: 40px;
|
|
position: relative;
|
|
background: none;
|
|
top: 0px;
|
|
display: block;
|
|
|
|
ul{
|
|
text-align: right;
|
|
font-size: $font-12;
|
|
margin: 0;
|
|
line-height: 40px;
|
|
|
|
li{
|
|
padding: 0 10px;
|
|
display: inline;
|
|
border: none;
|
|
border-left: 1px solid $alpha;
|
|
&:first-child{
|
|
border-left: none;
|
|
}
|
|
|
|
a{
|
|
color: white;
|
|
background: none;
|
|
display: inline;
|
|
padding: 5px;
|
|
|
|
&:hover{
|
|
color: $alpha;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.breadcrumb{
|
|
top: 120px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#MainContent{
|
|
top: 160px;
|
|
}
|
|
|
|
|
|
|
|
.banner{
|
|
height: 90px;
|
|
padding: 0 !important;
|
|
width: 100%;
|
|
float: left;
|
|
|
|
}
|