Refine profile cards layout and styling
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user