feat(web): tailwind css (#1147)

This commit is contained in:
Aman Harwara
2022-06-28 02:50:52 +05:30
committed by GitHub
parent 0ead805412
commit b80038f607
201 changed files with 1824 additions and 2699 deletions

View File

@@ -36,10 +36,6 @@
.section-title-bar-header .title {
width: calc(90% - 45px);
}
p {
font-size: var(--sn-stylekit-font-size-p);
}
}
#items-menu-bar {
@@ -120,10 +116,15 @@
}
.content-list-item {
&.selected, &:hover {
&.selected,
&:hover {
background-color: var(--item-cell-selected-background-color);
}
ul {
list-style: disc;
}
progress {
background-color: var(--note-preview-progress-background-color);
color: var(--note-preview-progress-color);