mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-01 09:30:48 +08:00
feat: main layout
This commit is contained in:
13
open-isle-cli/src/assets/global.css
Normal file
13
open-isle-cli/src/assets/global.css
Normal file
@@ -0,0 +1,13 @@
|
||||
:root {
|
||||
--header-height: 60px;
|
||||
--header-background-color: gray;
|
||||
--menu-background-color: darkgray;
|
||||
--normal-background-color: lightgray;
|
||||
--menu-width: 200px;
|
||||
--page-max-width: 1200px;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user