mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-21 16:55:03 +00:00
Add presetup-configurator to the repo
This commit is contained in:
parent
c655f61a67
commit
4ea081eecf
14 changed files with 829 additions and 0 deletions
14
presetup-configurator/src/index.css
Normal file
14
presetup-configurator/src/index.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html {
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #f8f8f8;
|
||||
color: #222;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue