feat: multiple selected notes panel
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user