added view for creating Veranstaltung

This commit is contained in:
chrosey
2017-06-11 22:16:29 +02:00
parent 1ce1b3aef6
commit 5e8d1898bc
22 changed files with 24020 additions and 39 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ window._ = require('lodash');
try {
window.$ = window.jQuery = require('jquery');
require('bootstrap-sass');
require('bootstrap');
} catch (e) {}
/**
-1
View File
@@ -19,7 +19,6 @@ $brand-danger: #bf5329;
// Typography
$icon-font-path: "~bootstrap-sass/assets/fonts/bootstrap/";
$font-family-sans-serif: "Raleway", sans-serif;
$font-size-base: 14px;
$line-height-base: 1.6;
$text-color: #636b6f;
+1 -1
View File
@@ -6,4 +6,4 @@
@import "variables";
// Bootstrap
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
@import "node_modules/bootstrap/scss/bootstrap";