@ -3,7 +3,6 @@
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alarm Control Page</title>
</head>
@ -5,5 +5,24 @@
<RouterView />
</template>
<style>
<style lang="scss">
</style>
// 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;
@ -1,6 +0,0 @@
background-color: #ff6666;