🔨 Add bootstrap files

This commit is contained in:
SebClem 2021-01-07 18:21:25 +01:00
parent d85c04755e
commit 7bcce07c59
6 changed files with 10638 additions and 0 deletions

View File

@ -351,6 +351,11 @@
"type-is": "~1.6.16"
}
},
"bootstrap": {
"version": "5.0.0-beta1",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0-beta1.tgz",
"integrity": "sha512-UrHApw/WRmT7l2rlDdn5iXr7Jps/LlMZtJlLn9G41aGDfss48hyDeYyHtX1C6NHKVcmdUarGG+ve0LZB5iHyTQ=="
},
"brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",

View File

@ -7,6 +7,7 @@
},
"dependencies": {
"app-root-path": "^3.0.0",
"bootstrap": "^5.0.0-beta1",
"cookie-parser": "^1.4.5",
"cron": "^1.8.2",
"debug": "~2.6.9",

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,4 @@
@import "../node_modules/bootstrap/scss/bootstrap";
:root{
--bs-primary: var(--primary-color, #{$primary}) !important;
}