Compare commits
No commits in common. "26ba3fef59bf2a50e3881d46a6d42fa32d31fc36" and "32cd082de3e14efefed8a832eebbe5f73d5ec7bd" have entirely different histories.
26ba3fef59
...
32cd082de3
|
|
@ -31,6 +31,12 @@ const colors = {
|
|||
gold: "#c99652",
|
||||
};
|
||||
|
||||
const shimmer = keyframes`
|
||||
0% { background-position: 0% 50%; }
|
||||
50% { background-position: 100% 50%; }
|
||||
100% { background-position: 0% 50%; }
|
||||
`;
|
||||
|
||||
const GlassBar = styled(AppBar)({
|
||||
background:
|
||||
"linear-gradient(120deg, rgba(255,250,245,0.94), rgba(244,221,212,0.88), rgba(248,241,234,0.94))",
|
||||
|
|
|
|||
Loading…
Reference in New Issue