Skip to content

Commit a866a45

Browse files
committed
update storybook bg
1 parent 70b6669 commit a866a45

File tree

1 file changed

+2
-27
lines changed

1 file changed

+2
-27
lines changed

stories/styles.scss

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,11 @@ $bg2: #d6d6d6;
66
body {
77
padding: 0;
88
margin: 0;
9-
background-color: $bg1;
10-
background-image: linear-gradient(
11-
0deg,
12-
transparent 24%,
13-
$bg2 25%,
14-
$bg2 26%,
15-
transparent 27%,
16-
transparent 74%,
17-
$bg2 75%,
18-
$bg2 76%,
19-
transparent 77%,
20-
transparent
21-
),
22-
linear-gradient(
23-
90deg,
24-
transparent 24%,
25-
$bg2 25%,
26-
$bg2 26%,
27-
transparent 27%,
28-
transparent 74%,
29-
$bg2 75%,
30-
$bg2 76%,
31-
transparent 77%,
32-
transparent
33-
);
34-
35-
background-size: 50px 50px;
369
font-size: 16px;
3710
font-family: 'Roboto Mono', monsopace;
3811
font-style: normal;
12+
background-color: #f3f3f3;
13+
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj4gIDxyZWN0IGZpbGw9InJnYmEoMCwgMCwgMCwgMC4wNSkiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgLz4gIDxyZWN0IGZpbGw9InJnYmEoMCwgMCwgMCwgMC4wNSkiIHg9IjEwIiB5PSIxMCIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiAvPjwvc3ZnPg==);
3914

4015
&:before {
4116
content: '↑ Scroll ↓';

0 commit comments

Comments
 (0)