Compare commits
No commits in common. "e50900d5c6daf4bfdeb24a699140e5d4c803d8c8" and "bd5f584afdf607e09333222c8cb250cb98149770" have entirely different histories.
e50900d5c6
...
bd5f584afd
2 changed files with 2 additions and 58 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "embroidery-viewer",
|
"name": "embroidery-viewer",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "3.0.1",
|
"version": "3.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite dev",
|
"dev": "vite dev",
|
||||||
|
|
|
||||||
|
|
@ -70,64 +70,8 @@
|
||||||
.app {
|
.app {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 6rem 1.5rem;
|
padding: 6rem 1.5rem;
|
||||||
|
background: #ffffff;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
/* Base */
|
|
||||||
background-color: #ffffff;
|
|
||||||
|
|
||||||
/* Embroidery-inspired layers */
|
|
||||||
background-image:
|
|
||||||
/* soft radial "fabric tension" */
|
|
||||||
radial-gradient(
|
|
||||||
circle at 20% 30%,
|
|
||||||
rgba(6, 52, 95, 0.06),
|
|
||||||
transparent 60%
|
|
||||||
),
|
|
||||||
radial-gradient(
|
|
||||||
circle at 80% 70%,
|
|
||||||
rgba(6, 52, 95, 0.05),
|
|
||||||
transparent 60%
|
|
||||||
),
|
|
||||||
/* diagonal "thread lines" */
|
|
||||||
repeating-linear-gradient(
|
|
||||||
45deg,
|
|
||||||
rgba(6, 52, 95, 0.04) 0px,
|
|
||||||
rgba(6, 52, 95, 0.04) 1px,
|
|
||||||
transparent 1px,
|
|
||||||
transparent 12px
|
|
||||||
),
|
|
||||||
/* opposite direction stitching */
|
|
||||||
repeating-linear-gradient(
|
|
||||||
-45deg,
|
|
||||||
rgba(6, 52, 95, 0.025) 0px,
|
|
||||||
rgba(6, 52, 95, 0.025) 1px,
|
|
||||||
transparent 1px,
|
|
||||||
transparent 14px
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
.app::before {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
inset: 0;
|
|
||||||
pointer-events: none;
|
|
||||||
|
|
||||||
background-image:
|
|
||||||
linear-gradient(rgba(6, 52, 95, 0.03) 1px, transparent 1px),
|
|
||||||
linear-gradient(90deg, rgba(6, 52, 95, 0.03) 1px, transparent 1px);
|
|
||||||
|
|
||||||
background-size: 40px 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.blob {
|
|
||||||
position: absolute;
|
|
||||||
width: 500px;
|
|
||||||
height: 500px;
|
|
||||||
background: radial-gradient(circle, rgba(6, 52, 95, 0.15), transparent 70%);
|
|
||||||
filter: blur(80px);
|
|
||||||
top: -100px;
|
|
||||||
right: -100px;
|
|
||||||
z-index: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue