Remove design-system dependency

This commit is contained in:
Lachlan Kermode
2022-03-03 20:24:38 -05:00
parent 20025dac57
commit 723c4b7007
14 changed files with 609 additions and 43 deletions

View File

@@ -1,11 +1,11 @@
// @import 'burger';
// @import 'card';
@import "card";
.card-stack {
position: absolute;
top: $card-right;
right: $card-right;
max-height: calc(100% - 180px);
max-height: calc(100% - 260px);
height: auto;
width: $card-width;
overflow-y: scroll;