Implemented api key deletion

This commit is contained in:
Jori Lallo
2016-08-26 22:04:28 -07:00
parent 4a1535d6c8
commit 6e39cebb08
9 changed files with 112 additions and 14 deletions

View File

@@ -93,6 +93,9 @@ hr {
border-bottom-style: solid;
border-bottom-color: #ccc;
}
*[role=button] {
cursor: pointer;
}
:global {
.hljs {