Migrate to modernize template

This commit is contained in:
Marek Lesko
2025-10-19 16:34:01 +00:00
parent 9deee01ba3
commit aba8943d17
666 changed files with 25377 additions and 45152 deletions

25
Web/public/scss/apps/_todo.scss Executable file
View File

@@ -0,0 +1,25 @@
@use "../variables" as *;
.todo-item {
position: relative;
.edit-view {
position: absolute;
left: 0;
background: $white;
width: 100%;
top: 15px;
padding: 0 13px;
height: 70px;
}
}
.app-left-sidebar {
&.mat-sidenav {
width: 240px;
}
}
.completed {
text-decoration: line-through;
}