refactor border-radius styles for consistency across product and login components

This commit is contained in:
Fabian Schieder 2026-02-09 20:30:49 +01:00
parent 9470c41c94
commit 797febafe0
2 changed files with 9 additions and 9 deletions

View File

@ -15,7 +15,7 @@
.product-card {
background-color: #2d3b50;
border-radius: 18px;
border-radius: 5px;
overflow: hidden;
box-shadow:
@ -36,7 +36,7 @@
/* Hover Apple-like Lift */
.product-card:hover {
transform: translateY(-6px);
transform: translateY(2px);
box-shadow:
0 20px 50px rgba(0, 0, 0, 0.12);
}

View File

@ -16,7 +16,7 @@
--gh-danger: #d92d20;
--gh-shadow: 0 14px 34px rgba(2, 6, 23, 0.35);
--gh-radius: 16px;
--gh-radius: 5px;
--gh-focus: 0 0 0 4px rgba(37, 99, 235, 0.28);
}
@ -135,7 +135,7 @@
margin: 12px 0 14px;
color: #ffffff;
background: var(--gh-danger);
border-radius: 12px;
border-radius: 5px;
padding: 10px 12px;
box-shadow: 0 8px 18px rgba(217, 45, 32, 0.18);
}
@ -144,7 +144,7 @@
margin: 12px 0 14px;
color: #ffffff;
background: #558346;
border-radius: 12px;
border-radius: 5px;
padding: 10px 12px;
box-shadow: 0 8px 18px rgba(72, 142, 62, 0.18);
}
@ -171,7 +171,7 @@
box-sizing: border-box;
padding: 12px 12px;
border: 1px solid var(--gh-border);
border-radius: 12px;
border-radius: 5px;
background: #1e2537;
color: var(--gh-text);
outline: none;
@ -198,7 +198,7 @@
margin-right: 10px;
padding: 10px 12px;
border: 0;
border-radius: 10px;
border-radius: 5px;
background: rgba(39, 74, 151, 0.35);
color: #ffffff;
font-weight: 700;
@ -217,7 +217,7 @@
width: 100%;
padding: 12px 14px;
border: 0;
border-radius: 12px;
border-radius: 5px;
background: var(--gh-primary);
color: #ffffff;
font-weight: 750;
@ -281,7 +281,7 @@
.auth__tip {
margin-top: 14px;
padding: 12px 12px;
border-radius: 12px;
border-radius: 5px;
background: rgba(37, 99, 235, 0.06);
border: 1px solid rgba(37, 99, 235, 0.16);
color: var(--gh-text);