added view for creating Veranstaltung
This commit is contained in:
Vendored
+1
-1
@@ -10,7 +10,7 @@ window._ = require('lodash');
|
||||
try {
|
||||
window.$ = window.jQuery = require('jquery');
|
||||
|
||||
require('bootstrap-sass');
|
||||
require('bootstrap');
|
||||
} catch (e) {}
|
||||
|
||||
/**
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
@import "variables";
|
||||
|
||||
// Bootstrap
|
||||
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
|
||||
@import "node_modules/bootstrap/scss/bootstrap";
|
||||
|
||||
Reference in New Issue
Block a user