add scss card size variables
This commit is contained in:
@@ -86,11 +86,12 @@ export default {
|
||||
// ╰─╴╵ ╵╵ ╰└─╯
|
||||
|
||||
&-card {
|
||||
width: 560px;
|
||||
height: 330px;
|
||||
max-width: 560px;
|
||||
max-height: 330px;
|
||||
box-shadow: .5rem .5rem 1rem rgba($black, .25);
|
||||
width: $node-card-width;
|
||||
height: $node-card-height;
|
||||
|
||||
&.node-view-depart {
|
||||
box-shadow: .5rem .5rem 1rem rgba($black, .25);
|
||||
}
|
||||
}
|
||||
|
||||
&-card &-header {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
</strong>
|
||||
<span v-if="node.preTitle" v-html="node.preTitle + ','" />
|
||||
<em v-html="(trim(node.title) || 'pas de titre ital') + ','" />
|
||||
<div class="edition">
|
||||
<div v-if="node.edition" class="edition">
|
||||
{{ node.edition.map(ed => ed.name).join(' ') }}
|
||||
</div>
|
||||
</h4>
|
||||
|
||||
Reference in New Issue
Block a user