Files
pas/Web/public/scss/apps/_todo.scss
Marek Lesko 9d644a9b79 WIP
2025-10-22 14:44:25 +00:00

25 lines
351 B
SCSS
Executable File

@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;
}