front-end code refactoring
Since the front-end received much more code (features) than first expected, the files became much too large. For this reason, the JS and CSS code has now been split by component and thus into several small files. However, since there are now many small files, a JS and CSS bundle tool had to come :D.
This commit is contained in:
8
src/main/webapp/components/modals/settings/settings.css
Normal file
8
src/main/webapp/components/modals/settings/settings.css
Normal file
@@ -0,0 +1,8 @@
|
||||
/***************
|
||||
* Settings CSS *
|
||||
****************/
|
||||
|
||||
#settings #settings-monaco-editor {
|
||||
height: 17rem;
|
||||
border: 1px solid var(--border-color);
|
||||
}
|
||||
Reference in New Issue
Block a user