fixed card sizes and update Library views
This commit is contained in:
@@ -56,6 +56,7 @@ $grid-breakpoints: (
|
||||
md: 1024px,
|
||||
lg: 1200px,
|
||||
xl: 1440px,
|
||||
xxl: 1920px,
|
||||
);
|
||||
|
||||
$layout-bp: md;
|
||||
@@ -173,8 +174,11 @@ $node-card-spacer-sm-x: 8px;
|
||||
$node-card-spacer-sm-y: 8px;
|
||||
$node-card-spacer-x: 15px;
|
||||
$node-card-spacer-y: 10px;
|
||||
|
||||
$node-card-width: 560px;
|
||||
$node-card-height: 350px;
|
||||
$node-card-width-sm: $node-card-width / 1.5;
|
||||
$node-card-height-sm: $node-card-height / 1.5;
|
||||
|
||||
// MISC
|
||||
$btn-size: 26px;
|
||||
|
||||
Reference in New Issue
Block a user