mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-04 06:16:23 -06:00
add dist to git
This commit is contained in:
Vendored
-1
@@ -1,7 +1,6 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
*.swp
|
*.swp
|
||||||
node_modules
|
node_modules
|
||||||
/netbox/project-static/dist
|
|
||||||
/netbox/project-static/.cache
|
/netbox/project-static/.cache
|
||||||
/netbox/netbox/configuration.py
|
/netbox/netbox/configuration.py
|
||||||
/netbox/netbox/ldap_config.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.
+2
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
Vendored
+883
File diff suppressed because one or more lines are too long
+1
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';
|
@import 'bootstrap/scss/functions';
|
||||||
|
|
||||||
// Override built-in variables/add new variables.
|
// Override built-in variables/add new variables.
|
||||||
// $blue: #1685fc;
|
|
||||||
// $primary: #1685fc;
|
|
||||||
$green: #47e5bc;
|
$green: #47e5bc;
|
||||||
$orange: #f9a620;
|
$orange: #f9a620;
|
||||||
$yellow: #ffd449;
|
$yellow: #ffd449;
|
||||||
|
|||||||
Reference in New Issue
Block a user