feat(pixel): restyle dock — sharp corners, hard shadow, cyan dot, steps() hover
This commit is contained in:
@@ -10,13 +10,11 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
background: rgba(30, 30, 40, 0.52);
|
background: #0d0d1a;
|
||||||
backdrop-filter: var(--glass-blur);
|
border: 2px solid #333333;
|
||||||
-webkit-backdrop-filter: var(--glass-blur);
|
border-radius: 0;
|
||||||
border: 1px solid var(--glass-border);
|
|
||||||
border-radius: 18px;
|
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
box-shadow: 0 4px 28px rgba(0,0,0,0.4);
|
box-shadow: 3px 3px 0 #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dock-item {
|
.dock-item {
|
||||||
@@ -35,18 +33,19 @@
|
|||||||
.dock-icon {
|
.dock-icon {
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
border-radius: 12px;
|
border-radius: 0;
|
||||||
|
border: 2px solid #000;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
transition: transform 0.15s ease;
|
transition: transform 0.1s steps(2);
|
||||||
box-shadow: 0 2px 8px rgba(0,0,0,0.3);
|
box-shadow: 2px 2px 0 #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dock-dot {
|
.dock-dot {
|
||||||
width: 4px;
|
width: 4px;
|
||||||
height: 4px;
|
height: 4px;
|
||||||
border-radius: 50%;
|
border-radius: 0;
|
||||||
background: rgba(255,255,255,0.7);
|
background: var(--pixel-cyan);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user