34 lines
556 B
SCSS
34 lines
556 B
SCSS
@charset "UTF-8";
|
|
//@import "compass/typography/text/replacement";
|
|
|
|
.header {
|
|
height: 55px;
|
|
width: 100%;
|
|
z-index:5;
|
|
}
|
|
|
|
.header-shopping-cart {
|
|
margin-top:27px;
|
|
position:absolute;
|
|
left:0;
|
|
|
|
img {
|
|
width: 36px;
|
|
}
|
|
}
|
|
|
|
div[layout="header"] h1 {
|
|
cursor:pointer;
|
|
width: 247px;
|
|
height:45px;
|
|
text-indent: -119988px;
|
|
overflow: hidden;
|
|
text-align: left;
|
|
text-transform: capitalize;
|
|
background-image: image-url("header/logo.png");
|
|
background-repeat: no-repeat;
|
|
background-position: 50% 50%;
|
|
float:left;
|
|
}
|
|
|