Move all content to cards #387

Merged
konrad merged 8 commits from feature/cards into master 2021-01-24 13:00:22 +00:00
2 changed files with 0 additions and 9 deletions
Showing only changes of commit 5c155431c8 - Show all commits

View File

@ -5,10 +5,6 @@
background-attachment: fixed;
min-height: 100vh;
.namespace-container {
background: $transparent-background-light;
}
.pagination-link:not(.is-current) {
background: $light-background;
}
@ -36,10 +32,6 @@
}
}
.navbar.has-background {
background: $transparent-background-light;
}
.link-share-container.has-background .view {
background: transparent;
border: none;

View File

@ -19,7 +19,6 @@ $bulmaswatch-import-font: false !default;
$light-background: $grey-100;
$transition-duration: 100ms;
$flash-background-duration: 750ms;
$transparent-background-light: rgba($light-background, 0.9);
$vikunja-font: 'Quicksand', sans-serif;
$vikunja-light-text: $grey-100;