mirror of https://github.com/aotds/aotds-docks.git
5 changed files with 63 additions and 29 deletions
@ -1,13 +1,25 @@
@@ -1,13 +1,25 @@
|
||||
<Ribbon /> |
||||
<Header /> |
||||
|
||||
|
||||
<ShipEdit /> |
||||
|
||||
<script> |
||||
import { |
||||
Modal, Card, Nav |
||||
} from 'svelte-chota'; |
||||
|
||||
import Ribbon from "./Ribbon.svelte"; |
||||
import Header from "./Header.svelte"; |
||||
import ShipEdit from './ShipEdit/index.svelte'; |
||||
import About from './About.svelte'; |
||||
|
||||
</script> |
||||
|
||||
<style> |
||||
.nav { |
||||
width: var(--main-width); |
||||
margin-left: auto; |
||||
margin-right: auto; |
||||
} |
||||
</style> |
||||
|
@ -1,8 +1,17 @@
@@ -1,8 +1,17 @@
|
||||
:root { |
||||
--main-font-family: "Dosis", -apple-system, BlinkMacSystemFont, "Segoe UI", |
||||
Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
||||
|
||||
--font-scale-9: 0.75rem; |
||||
--font-scale-10: 1em; |
||||
--font-scale-11: 1.333rem; |
||||
--font-scale-12: 1.777rem; |
||||
--font-scale-13: 2.369rem; |
||||
--font-scale-14: 3.157rem; |
||||
--font-scale-15: 4.209rem; |
||||
} |
||||
|
||||
input.short { |
||||
width: 5em !important; |
||||
} |
||||
|
||||
|
Loading…
Reference in new issue