jam-cloud/web/app/assets/stylesheets/client/header.css.scss

26 lines
374 B
SCSS

@charset "UTF-8";
@import "compass/typography/text/replacement";
.header {
height: 55px;
width: 100%;
z-index:5;
}
.header-shopping-cart {
float: right;
margin-right: 20px;
img {
width: 60px;
}
}
div[layout="header"] h1 {
cursor:pointer;
width: 247px;
height:45px;
@include replace-text(image-url("header/logo.png"));
float:left;
}