added backend which maintains ai instances;
added frontend as control panel
This commit is contained in:
8
frontend/src/assets/bootstrap.extensions.scss
vendored
Normal file
8
frontend/src/assets/bootstrap.extensions.scss
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
//@use 'sass:map';
|
||||
//@import '~bootstrap/scss/bootstrap';
|
||||
//@import '~bootstrap/scss/variables';
|
||||
//@import '~bootstrap/scss/mixins';
|
||||
|
||||
.c-pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
11
frontend/src/assets/main.css
Normal file
11
frontend/src/assets/main.css
Normal file
@@ -0,0 +1,11 @@
|
||||
body {
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#app {
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
overflow: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user