feat: add web editor base
This commit is contained in:
9
editor/public/base.css
Normal file
9
editor/public/base.css
Normal file
@ -0,0 +1,9 @@
|
||||
* {
|
||||
/*padding: 0;*/
|
||||
/*margin: 0;*/
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Ubuntu;
|
||||
}
|
Reference in New Issue
Block a user