archive link in the cookbook

master
km0 2 years ago
parent 364d804d7b
commit c384482823

@ -10,6 +10,7 @@
</head>
<body>
<div id="app">
<a href="archive" class="archive">Archive</a>
<cookbook-form></cookbook-form>
</div>

@ -64,3 +64,15 @@ label {
.entry + .entry {
margin-top: 32px;
}
.archive {
position: absolute;
right: 24px;
top: 48px;
color: currentColor;
cursor: pointer;
background-color: white;
border-radius: 1em;
padding: 0 0.5em;
text-decoration: none;
}

Loading…
Cancel
Save