code formatting
This commit is contained in:
@@ -9,9 +9,17 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 4rem 1.5rem;
|
||||
background: radial-gradient(circle at top, #eef5ff, #f7f0ff 35%, #f7f6ff 65%, #fdf6ef);
|
||||
background: radial-gradient(
|
||||
circle at top,
|
||||
#eef5ff,
|
||||
#f7f0ff 35%,
|
||||
#f7f6ff 65%,
|
||||
#fdf6ef
|
||||
);
|
||||
color: #1f1f1f;
|
||||
font-family: "JetBrains Mono", "SFMono-Regular", "Menlo", "Monaco", "Consolas", monospace;
|
||||
font-family:
|
||||
"JetBrains Mono", "SFMono-Regular", "Menlo", "Monaco", "Consolas",
|
||||
monospace;
|
||||
}
|
||||
|
||||
.auth-card {
|
||||
@@ -96,7 +104,9 @@
|
||||
color: #1f2937;
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
transition: transform 0.2s ease, box-shadow 0.2s ease;
|
||||
transition:
|
||||
transform 0.2s ease,
|
||||
box-shadow 0.2s ease;
|
||||
}
|
||||
|
||||
.auth-submit:hover {
|
||||
|
||||
Reference in New Issue
Block a user