test deleteMissing with schema changes

This commit is contained in:
Gani Georgiev
2022-08-10 13:22:27 +03:00
parent ac0c23ff64
commit 65b830198b
15 changed files with 488 additions and 136 deletions
+7 -1
View File
@@ -155,12 +155,18 @@
}
}
.sidebar-title {
@extend %block;
display: flex;
align-items: center;
gap: 5px;
width: 100%;
margin: var(--baseSpacing) 0 var(--xsSpacing);
font-weight: 600;
font-size: 1rem;
line-height: var(--smLineHeight);
color: var(--txtHintColor);
.label {
font-weight: normal;
}
}
.sidebar-list-item {
cursor: pointer;