references

This commit is contained in:
2024-08-16 16:00:48 +03:00
parent a04e338ce2
commit 9bbd53b586
20 changed files with 170 additions and 90 deletions
+9 -3
View File
@@ -1,4 +1,4 @@
.preview-file{
.preview-file,.preview-reference{
display: flex;
align-items: center;
justify-content: space-between;
@@ -24,7 +24,13 @@
}
}
}
.preview-reference{
filter: brightness(97%);
padding: 10px 20px;
margin-bottom: 4px;
}
.sortable-ghost{
border: 2px dashed var(--primary);
}
}
.sortable-drag { opacity: 0 !important; } .sortable-ghost { opacity: 1 !important; }