gave up on frontend. If anyone wants it, it's yours

pull/1/head
Jwitt 2 years ago
parent 3c3ee81f0c
commit efe9ae01dd

@ -3,7 +3,6 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alarm Control Page</title> <title>Alarm Control Page</title>
</head> </head>

@ -5,5 +5,24 @@
<RouterView /> <RouterView />
</template> </template>
<style> <style lang="scss">
// None of this works, and at this point I don't really care.
body {
margin: auto;
width: 10%;
padding: 10px;
background-color: #1e6e6a;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.container {
max-width: 1100px;
margin: 0 auto;
}
</style> </style>

@ -1,6 +0,0 @@
body {
margin: auto;
width: 10%;
padding: 10px;
background-color: #ff6666;
}
Loading…
Cancel
Save