feat: multiple selected notes panel

This commit is contained in:
Baptiste Grob
2021-04-08 11:30:56 +02:00
parent 0f53361689
commit abfc588368
36 changed files with 542 additions and 128 deletions

View File

@@ -209,18 +209,9 @@ $screen-md-max: ($screen-lg-min - 1) !default;
font-weight: 700 !important;
}
.grid {
display: grid;
}
.grid-template-cols-1fr {
grid-template-columns: 1fr;
}
.col-span-all {
grid-column: 1 / -1;
}
.grid-col-2 {
grid-column: 2;
}
.relative {
position: relative;