feat: New notes list design (#780)

This commit is contained in:
Aman Harwara
2022-01-04 17:29:10 +05:30
committed by GitHub
parent 954f39992d
commit 7dd4a60595
20 changed files with 296 additions and 155 deletions

View File

@@ -40,6 +40,11 @@
@extend .h-3\.5;
@extend .w-3\.5;
}
&.sn-icon--mid {
@extend .w-4;
@extend .h-4;
}
}
.sn-dropdown {
@@ -777,6 +782,7 @@
}
&:hover {
background-color: var(--sn-stylekit-contrast-background-color) !important;
@extend .color-info;
@extend .border-info;
}