Create form to create offering
This commit is contained in:
parent
635c8e900c
commit
990da0e669
5 changed files with 37 additions and 6 deletions
|
@ -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";
|
||||
|
|
Reference in a new issue