mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-09-04 17:37:20 +00:00
feat: main layout
This commit is contained in:
@@ -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