carolina.

This commit is contained in:
Leo Vasanko
2025-07-08 18:05:05 -06:00
parent e7f0e4ac1b
commit d4e5497406
5 changed files with 77 additions and 143 deletions
+4 -19
View File
@@ -1,7 +1,7 @@
/* Passkey Authentication - Main Styles */
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
padding: 0;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
@@ -11,7 +11,7 @@ body {
justify-content: center;
}
.container {
.container {
background: white;
padding: 40px;
border-radius: 15px;
@@ -59,7 +59,7 @@ input[type="text"]:focus {
border-color: #667eea;
}
button {
button {
width: 100%;
padding: 15px;
margin-bottom: 15px;
@@ -326,18 +326,3 @@ button:disabled {
color: #495057;
margin: 0;
}
.copy-button {
background: #28a745;
color: white;
border: none;
padding: 8px 16px;
border-radius: 4px;
cursor: pointer;
font-size: 14px;
margin-top: 10px;
}
.copy-button:hover {
background: #218838;
}