add dist to git
This commit is contained in:
parent
676d93e829
commit
b482c30866
|
|
@ -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.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,2 @@
|
|||
*{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem}rect{box-sizing:border-box}text{text-anchor:middle;dominant-baseline:middle}.rack{background-color:#f8f9fa;fill:none;stroke:#000;stroke-width:2px}.slot{fill:#e9ecef;stroke:#adb5bd}.slot:hover{fill:#fff}.slot+.add-device{fill:none}.add-device:hover,.slot:hover+.add-device{fill:#0d6efd}.add-device:hover+.slot{fill:#fff}.reserved,.reserved:hover{fill:url(#reserved)}.occupied,.occupied:hover{fill:url(#occupied)}.blocked,.blocked:hover{fill:url(#blocked)}.blocked:hover+.add-device{fill:none}.unit{margin:0;padding:5px 0;fill:#ced4da;font-size:.875rem;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.hidden{visibility:hidden}
|
||||
/*# sourceMappingURL=/static/rack_elevation.css.map */
|
||||
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 |
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue