ui: Add theme from bootswatch
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2021-09-01 01:47:44 +02:00
commit 83a47af391
18 changed files with 355 additions and 80 deletions

24
frontend/ui/src/fic.scss Normal file
View file

@ -0,0 +1,24 @@
// Your variable overrides can go here, e.g.:
// $h1-font-size: 3rem;
$white: white;
$gray-500: #999;
$gray-900: #272b30;
$body-bg: $white;
$old-body-bg: $gray-900;
$dropdown-link-hover-bg: $old-body-bg;
$card-bg: lighten($old-body-bg, 5%);
$popover-bg: lighten($old-body-bg, 5%);
$toast-background-color: lighten($old-body-bg, 5%);
$modal-content-bg: lighten($old-body-bg, 5%);
$list-group-bg: lighten($old-body-bg, 5%);
$list-group-hover-bg: lighten($old-body-bg, 10%);
$list-group-border-color: rgba($gray-500, .6);
$enable-print-styles: false;
@import "bootswatch/dist/slate/_variables";
@import "bootstrap/scss/bootstrap";
@import "bootswatch/dist/slate/_bootswatch";