2018-08-24 14:23:12 +00:00
|
|
|
.template-title {
|
|
|
|
margin-bottom: @margin-xl;
|
|
|
|
}
|
|
|
|
|
|
|
|
.field-title {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filters {
|
|
|
|
float: right;
|
|
|
|
margin-bottom: @margin-lg;
|
|
|
|
|
|
|
|
@media (max-width: @screen-md-min) {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.cta-links {
|
2018-09-21 15:28:04 +00:00
|
|
|
margin-bottom: @margin-md;
|
2018-08-24 14:23:12 +00:00
|
|
|
|
|
|
|
.cta-link.btn {
|
2018-09-21 15:28:04 +00:00
|
|
|
margin-right: @margin-sm;
|
2018-08-24 14:23:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tag-link {
|
2018-09-18 09:13:55 +00:00
|
|
|
margin: 0 @margin-xs @margin-sm 0;
|
2018-08-24 14:23:12 +00:00
|
|
|
}
|
|
|
|
|
2018-09-18 21:07:47 +00:00
|
|
|
.templates-container {
|
|
|
|
column-count: 3;
|
|
|
|
column-gap: 1em;
|
|
|
|
}
|
2018-08-24 14:23:12 +00:00
|
|
|
|
2018-09-18 21:07:47 +00:00
|
|
|
.template-thumbnail {
|
2018-09-21 09:50:46 +00:00
|
|
|
&.template-thumbnail__container {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0 0 1em;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2018-08-24 14:23:12 +00:00
|
|
|
.thumbnail {
|
|
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
|
|
margin: 5% 0;
|
2018-09-13 10:28:48 +00:00
|
|
|
padding:0px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2018-09-20 13:53:07 +00:00
|
|
|
overflow: hidden;
|
2018-09-13 10:28:48 +00:00
|
|
|
|
|
|
|
h3 {
|
|
|
|
color:@link-color;
|
|
|
|
margin: 10px 0px 10px 20px;
|
|
|
|
}
|
2018-08-24 14:23:12 +00:00
|
|
|
|
|
|
|
&.thumbnail-tag {
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.caption {
|
2018-09-13 10:15:31 +00:00
|
|
|
// Override ShareLatex template styles
|
|
|
|
background: none;
|
|
|
|
border: none;
|
2018-08-24 14:23:12 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2018-09-13 10:15:31 +00:00
|
|
|
.caption__description {
|
|
|
|
font-style: italic;
|
|
|
|
padding: 5px 0;
|
|
|
|
.text-overflow();
|
2018-09-06 14:53:34 +00:00
|
|
|
}
|
|
|
|
|
2018-09-19 17:10:36 +00:00
|
|
|
.caption__title {
|
|
|
|
display: inline-block;
|
|
|
|
max-width: 100%;
|
|
|
|
.text-overflow();
|
|
|
|
}
|
|
|
|
|
2018-08-24 14:23:12 +00:00
|
|
|
/* Media Queries */
|
|
|
|
@media (max-width: @screen-md-min) {
|
|
|
|
.thumbnail {
|
|
|
|
margin: 5% auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.caption .description {
|
|
|
|
padding: 5px 50px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.section-tags {
|
|
|
|
margin-bottom: @margin-xl;
|
2018-09-21 15:28:04 +00:00
|
|
|
margin-top: @margin-md;
|
2018-08-31 16:05:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.template-large-pdf-preview {
|
|
|
|
border: solid 1px @gray-lightest;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|