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.
 
 
 
 
 
 

34 lines
642 B

// $Id$
/* Business theme newsletter stylesheet */
@import "../../base_files/scss/newsletter.scss";
@import "variables";
$imagePath: "../images/";
body {
background: #fbfbfb url('#{$imagePath}image2.jpg') 100% 0 no-repeat;
color : $body-color;
font-family: $font-family-base;
}
a,
a:visited {
color: $link-color;
text-decoration: none;
}
a:hover {
color: $link-hover-color;
text-decoration: $link-hover-decoration;
}
h3.panel-title {
font-size: 90%;
font-weight: 700;
}
.well {
background: url('#{$imagePath}market.jpg') 0 100% no-repeat;
background-size: 100% 100%;
color: $gray-800;
}