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