add dist to git

This commit is contained in:
checktheroads 2021-03-13 13:56:40 -07:00
parent 676d93e829
commit b482c30866
20 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,7 +1,6 @@
*.pyc
*.swp
node_modules
/netbox/project-static/dist
/netbox/project-static/.cache
/netbox/netbox/configuration.py
/netbox/netbox/ldap_config.py

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
netbox/project-static/dist/netbox.css vendored Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

BIN
netbox/project-static/dist/netbox.js vendored Normal file

Binary file not shown.

BIN
netbox/project-static/dist/netbox.js.map vendored Normal file

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -1,8 +1,6 @@
@import 'bootstrap/scss/functions';
// Override built-in variables/add new variables.
// $blue: #1685fc;
// $primary: #1685fc;
$green: #47e5bc;
$orange: #f9a620;
$yellow: #ffd449;