2014-07-22 13:47:22 +00:00
|
|
|
.template-page-header {
|
|
|
|
padding-top: unit(@line-height-base,rem);
|
2014-07-22 16:24:32 +00:00
|
|
|
h1, h2 {
|
2014-07-22 16:52:47 +00:00
|
|
|
margin-top: 6px;
|
2014-07-22 13:47:22 +00:00
|
|
|
margin-right: @line-height-base * 5;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.template-thumbnail {
|
|
|
|
|
|
|
|
.thumbnail {
|
|
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
|
|
-webkit-box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);
|
2014-08-20 13:58:01 +00:00
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2014-07-22 13:47:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
padding:0px;
|
|
|
|
h3 {
|
|
|
|
color:@link-color;
|
2014-07-22 16:24:32 +00:00
|
|
|
margin: 10px 0px 10px 20px;
|
2014-07-22 13:47:22 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.caption {
|
2014-07-22 16:24:32 +00:00
|
|
|
background: lighten(@gray-lightest, 3%);
|
2014-07-22 13:47:22 +00:00
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
2014-07-22 14:56:36 +00:00
|
|
|
}
|
|
|
|
|
2014-07-23 10:26:17 +00:00
|
|
|
.template-section-header:extend(.page-header) {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
2014-07-23 11:16:18 +00:00
|
|
|
|
|
|
|
|
|
|
|
.download-buttons, .social_buttons {
|
2014-07-22 14:56:36 +00:00
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sample-template {
|
|
|
|
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
|
|
|
|
box-shadow: 0 2px 4px rgba(0,0,0,0.3);
|
2014-07-22 16:24:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.template-details-section {
|
|
|
|
padding-bottom: 20px;
|
2015-08-19 08:59:01 +00:00
|
|
|
.btn {
|
2015-08-18 13:45:44 +00:00
|
|
|
margin-left: 6px;
|
|
|
|
}
|
2014-07-22 16:43:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.searchResult {
|
2014-07-23 10:36:36 +00:00
|
|
|
h1 {
|
|
|
|
color:@link-color;
|
|
|
|
}
|
2014-07-22 16:43:17 +00:00
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
2014-08-12 11:02:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.template-large-pdf-preview {
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
2014-07-22 13:47:22 +00:00
|
|
|
}
|