not read emails bolder font

This commit is contained in:
Yuri Kuznetsov
2024-01-23 13:43:28 +02:00
parent 38e89f4e4d
commit 69fbf9d1ad
3 changed files with 8 additions and 12 deletions
-6
View File
@@ -3,9 +3,3 @@ body[data-navbar="side"].minimized.side-menu-opened {
border-right: 1px solid var(--gray-dark);
}
}
.table {
.text-bold {
font-weight: 700;
}
}
+8
View File
@@ -150,3 +150,11 @@ table td {
}
}
}
.table {
td.cell {
.text-bold {
font-weight: 700;
}
}
}
-6
View File
@@ -281,12 +281,6 @@ select.form-control > option {
}
}
.table {
.text-bold {
font-weight: 700;
}
}
.list-kanban .kanban-head-container.sticked {
background-color: unset;
backdrop-filter: @backdrop-filter;