2019-01-12 01:20:05 +01:00
|
|
|
<div class="book-slot {{thickness}} column is-narrow is-paddingless" id="book_{{id}}">
|
|
|
|
<div class="book {{tallness}} modal-button" data-modal="{{id}}">
|
2019-01-26 18:55:15 +01:00
|
|
|
<div class="spine" style="background:{{spineColor}}">
|
2019-01-12 01:20:05 +01:00
|
|
|
<div class="text-container">
|
2019-01-26 18:55:15 +01:00
|
|
|
<h2 class="title" style="color:{{textColor}}">{{title}}</h2>
|
|
|
|
<h4 class="subtitle" style="color:{{textColor}}">{{author}}</h4>
|
2019-01-12 01:20:05 +01:00
|
|
|
</div>
|
2018-12-27 20:40:03 +01:00
|
|
|
</div>
|
2018-12-27 07:36:47 +01:00
|
|
|
</div>
|
2018-12-27 20:40:03 +01:00
|
|
|
|
2018-12-27 07:36:47 +01:00
|
|
|
{{modal}}
|
|
|
|
</div>
|