Create form to create offering

This commit is contained in:
Jannis Portmann 2021-04-30 17:08:34 +02:00
parent 635c8e900c
commit 990da0e669
5 changed files with 37 additions and 6 deletions

View file

@ -1,7 +1,7 @@
// assets/styles/global.scss
// customize some Bootstrap variables
$primary: darken(#428bca, 20%);
$primary: darken(#005035, 20%);
// the ~ allows you to reference things in node_modules
@import "~bootstrap/scss/bootstrap";