mirror of
https://github.com/xibyte/jsketcher
synced 2026-01-28 19:14:53 +01:00
css
This commit is contained in:
parent
30f4a086ec
commit
77e34bb13f
3 changed files with 1713 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
package-lock.json
|
||||
yarn.lock
|
||||
node_modules
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>OpenBIM App</title>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
||||
<link rel="stylesheet" href="src/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">
|
||||
|
|
|
|||
1711
src/styles.css
Normal file
1711
src/styles.css
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue