removed sass
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
.preview-file,.preview-reference{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 10px;
|
||||
background: var(--p10);
|
||||
border-radius: 12px;
|
||||
|
||||
&.is-trashed{
|
||||
border: 2px solid var(--err10);
|
||||
background: var(--p20);
|
||||
}
|
||||
.trashed-text{
|
||||
background: var(--err10);
|
||||
font-size: 12px;
|
||||
padding:2px 10px;
|
||||
}
|
||||
|
||||
.image{
|
||||
|
||||
|
||||
display: flex;
|
||||
|
||||
}
|
||||
|
||||
.reference-action{
|
||||
display: none;
|
||||
|
||||
}
|
||||
|
||||
&:hover{
|
||||
background: var(--p30);
|
||||
.reference-action{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.file-preview-small{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
border-radius: 12px;
|
||||
padding: 4px;
|
||||
//background: var(--p10);
|
||||
}
|
||||
|
||||
|
||||
.preview-reference{
|
||||
background: var(--p10);
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
.sortable-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
.sortable-ghost{
|
||||
border: 2px dashed var(--p60);
|
||||
}
|
||||
|
||||
.sortable-drag { opacity: 0 !important; } .sortable-ghost { opacity: 1 !important; }
|
||||
Reference in New Issue
Block a user