feat(web): tailwind css (#1147)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user