Skip to content

Commit

Permalink
Updated to Passky v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zigazajc007 committed Dec 8, 2022
1 parent ad36f44 commit 25bc880
Show file tree
Hide file tree
Showing 73 changed files with 8,246 additions and 6,495 deletions.
29 changes: 29 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!doctype html>
<html class="h-full">
<head>
<meta charset="UTF-8">
<title>Error 404</title>
<meta name="description" content="Error 404 page" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/css/tailwind.min.css">
</head>
<body class="h-full">
<div class="min-h-full bg-gray-800 px-4 py-16 sm:px-6 sm:py-24 md:grid md:place-items-center lg:px-8">
<div class="mx-auto max-w-max">
<main class="sm:flex">
<p class="text-4xl font-bold tracking-tight text-indigo-600 sm:text-5xl">404</p>
<div class="sm:ml-6">
<div class="sm:border-l sm:border-gray-200 sm:pl-6">
<h1 class="text-4xl font-bold tracking-tight text-white sm:text-5xl">Page not found</h1>
<p class="mt-1 text-base text-gray-100">Please check the URL in the address bar and try again.</p>
</div>
<div class="mt-10 flex space-x-3 sm:border-l sm:border-transparent sm:pl-6">
<a href="https://passky.org" class="inline-flex items-center rounded-md border border-transparent bg-indigo-600 px-4 py-2 text-sm font-medium text-white shadow-sm hover:bg-indigo-700 focus:outline-none">Go back home</a>
<a href="https://passky.org/contact" class="inline-flex items-center rounded-md border border-transparent bg-indigo-100 px-4 py-2 text-sm font-medium text-indigo-700 hover:bg-indigo-200 focus:outline-none">Contact support</a>
</div>
</div>
</main>
</div>
</div>
</body>
</html>
22 changes: 11 additions & 11 deletions css/export.css
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
::-webkit-scrollbar {
width: 8px;
width: 8px;
}

body{
min-width: 500px;
min-height: 500px;
overflow-x: hidden;
min-width: 500px;
min-height: 500px;
overflow-x: hidden;
}

#passky-logo{
background-color: #e6f5ff;
background-color: #e6f5ff;
}

#bitwarden-logo{
background-color: #3c8dbc;
background-color: #3c8dbc;
}

#lastpass-logo{
background-color: #d12f2e;
background-color: #d12f2e;
}

#dashline-logo{
background-color: #0e353d;
background-color: #0e353d;
}

#onepassword-logo{
background-color: #fff;
background-color: #fff;
}

#keeper-logo{
background-color: #fff;
background-color: #fff;
}

#nordpass-logo{
background-color: #d3f8f7;
background-color: #d3f8f7;
}
8 changes: 4 additions & 4 deletions css/index.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
body{
min-width: 300px;
min-width: 300px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
-webkit-appearance: none;
margin: 0;
}

input[type=number]{
-moz-appearance: textfield;
-moz-appearance: textfield;
}
18 changes: 14 additions & 4 deletions css/passwords.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
::-webkit-scrollbar {
width: 8px;
width: 8px;
}

body{
min-width: 500px;
min-height: 500px;
overflow-x: hidden;
min-width: 500px;
min-height: 500px;
overflow-x: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}

input[type=number]{
-moz-appearance: textfield;
}
10 changes: 5 additions & 5 deletions css/settings.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
::-webkit-scrollbar {
width: 8px;
width: 8px;
}

body{
min-width: 500px;
min-height: 500px;
overflow-x: hidden;
min-width: 500px;
min-height: 500px;
overflow-x: hidden;
}

select{
-webkit-appearance: none;
-webkit-appearance: none;
}
Loading

0 comments on commit 25bc880

Please sign in to comment.