You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
423 B
25 lines
423 B
7 months ago
|
// App Todo
|
||
|
// ========================================================================
|
||
|
|
||
|
@import '../../base/pages/app-todo.scss';
|
||
|
|
||
|
.todo-application {
|
||
|
.todo-task-list {
|
||
|
.todo-item {
|
||
|
&:not(:hover) {
|
||
|
transition: none !important;
|
||
|
}
|
||
|
|
||
|
&[draggable='true'] {
|
||
|
box-shadow: 0 0 10px 0 rgba(24, 28, 33, 0.25);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.sidebar-todo-modal {
|
||
|
.react-select {
|
||
|
z-index: 2;
|
||
|
}
|
||
|
}
|