mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-07-09 19:45:09 +00:00
Initial settings tab
This commit is contained in:
10
src/app/components/settings/settings.component.scss
Normal file
10
src/app/components/settings/settings.component.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
:host {
|
||||
flex: 1;
|
||||
padding: 2em;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.default-cursor {
|
||||
cursor: default;
|
||||
pointer-events: none;
|
||||
}
|
||||
Reference in New Issue
Block a user