2020-05-31 21:31:42 +02:00
|
|
|
.app-container.has-background, .link-share-container.has-background {
|
2020-05-31 21:17:10 +02:00
|
|
|
background-position: center;
|
|
|
|
background-size: cover;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-attachment: fixed;
|
|
|
|
min-height: 100vh;
|
|
|
|
|
|
|
|
.namespace-container {
|
|
|
|
background: $transparent-background-light;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tasks {
|
|
|
|
background: $transparent-background-light;
|
|
|
|
border-radius: $radius;
|
|
|
|
|
|
|
|
.task:first-child {
|
|
|
|
border-radius: $radius $radius 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.task:last-child {
|
|
|
|
border-radius: 0 0 $radius $radius;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-view .table {
|
|
|
|
background: $transparent-background-light;
|
|
|
|
border-radius: $radius;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pagination-link:not(.is-current) {
|
|
|
|
background: $light-background;
|
|
|
|
}
|
|
|
|
|
|
|
|
.box,
|
|
|
|
.card,
|
|
|
|
.switch-view,
|
|
|
|
.table-view .button,
|
|
|
|
.search .button {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.task-view {
|
|
|
|
border-radius: $radius;
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
2020-06-03 10:50:58 +02:00
|
|
|
|
|
|
|
.kanban .tasks {
|
|
|
|
background: transparent;
|
|
|
|
|
|
|
|
.task {
|
|
|
|
border-radius: $radius !important;
|
|
|
|
}
|
|
|
|
}
|
2020-05-31 21:17:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar.has-background {
|
|
|
|
background: $transparent-background-light;
|
2020-05-31 21:31:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.link-share-container.has-background .view {
|
|
|
|
background: transparent;
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
.logout .button {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
2020-05-31 21:17:10 +02:00
|
|
|
}
|