# /api/ stuff
-NEW! check out the python api wrapper
diff --git a/nise-frontend/src/app/api/api.component.css b/nise-frontend/src/app/api/api.component.css index ffcda7f..f0ad6d6 100644 --- a/nise-frontend/src/app/api/api.component.css +++ b/nise-frontend/src/app/api/api.component.css @@ -7,6 +7,11 @@ section { cursor: pointer; } +.py-wrapper { + padding: 6px; + border: 1px solid rgba(139, 139, 139, 0.32); +} + .py-wrapper:hover { background-color: rgba(139, 139, 139, 0.32); } diff --git a/nise-frontend/src/app/api/api.component.html b/nise-frontend/src/app/api/api.component.html index 9285664..4462cea 100644 --- a/nise-frontend/src/app/api/api.component.html +++ b/nise-frontend/src/app/api/api.component.html @@ -1,7 +1,7 @@
NEW! check out the python api wrapper