Refine profile cards layout and styling

This commit is contained in:
Ruslan Bakiev
2026-04-03 12:06:04 +07:00
parent 12fbe00ee2
commit 71d2b176e9
6 changed files with 75 additions and 49 deletions

View File

@@ -40,7 +40,7 @@
--radius-box: 2rem;
--size-selector: 0.3125rem;
--size-field: 0.3125rem;
--border: 1px;
--border: 0px;
--depth: 0;
--noise: 1;
}
@@ -106,7 +106,12 @@ body {
.surface-card {
border: 0;
background: #fff;
box-shadow: 0 14px 32px rgba(24, 66, 44, 0.08);
box-shadow: none;
transition: box-shadow 0.2s ease;
}
.surface-card:hover {
box-shadow: 0 14px 32px rgba(24, 66, 44, 0.1);
}
.fregat-header-glass {