add scss card size variables

This commit is contained in:
axolotle
2021-06-11 14:44:06 +02:00
parent 7ce04a91f3
commit e367e9d735
3 changed files with 10 additions and 8 deletions
+6 -5
View File
@@ -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 {