Skip to content

Commit

Permalink
rework styles in apikeys/index template #42
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed May 2, 2020
1 parent 90731ac commit 9a30bbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions lib/auth_web/templates/apikey/index.html.eex
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<div class="ph3">
<h1 class="tc f1">Auth API Keys</h1>
<br />

Expand Down Expand Up @@ -61,3 +62,4 @@ td {
padding: 10px;
}
</style>
</div>
3 changes: 1 addition & 2 deletions lib/auth_web/templates/auth/welcome.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
<br />
<a href="/settings/apikeys"
class="pointer ba border-box dwyl-bg-mint white pa3 ml1 mv1 f3
shadow-hover bg-animate hover-dwyl-teal-darkest no-underline"
>
shadow-hover bg-animate hover-dwyl-teal-darkest no-underline">
Manage API Keys
</a>
</section>

0 comments on commit 9a30bbf

Please sign in to comment.