17 lines
No EOL
408 B
SCSS
17 lines
No EOL
408 B
SCSS
// FIXME: should be in TaskDetailView.vue
|
|
.link-share-container:not(.has-background) .task-view {
|
|
background: transparent;
|
|
}
|
|
|
|
// FIXME: should be a prop of TaskDetailView.vue
|
|
.modal-container .task-view {
|
|
border-radius: $radius;
|
|
padding: 1rem;
|
|
color: $text;
|
|
background-color: $light-background !important;
|
|
|
|
@media screen and (max-width: 800px) {
|
|
border-radius: 0;
|
|
padding-top: 2rem;
|
|
}
|
|
} |