Skip to content

Commit 0171801

Browse files
committed
feat: common stories style
1 parent 4ae6678 commit 0171801

File tree

1 file changed

+30
-9
lines changed

1 file changed

+30
-9
lines changed

stories/demo.scss

+30-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,30 @@
1-
// #root {
2-
// position: fixed;
3-
// width: 100%;
4-
// height: 100%;
5-
// top: 0;
6-
// bottom: 0;
7-
// left: 0;
8-
// right: 0;
9-
// }
1+
$prefix-cls: 'summary-story';
2+
3+
.story-wrapper {
4+
font-size: 14px;
5+
padding: 0 40px;
6+
}
7+
8+
.story-text-mark {
9+
mark {
10+
background: #ff0;
11+
padding: 0;
12+
}
13+
}
14+
15+
16+
.#{$prefix-cls} {
17+
h1 {
18+
span {
19+
font-size: 35px;
20+
}
21+
22+
a {
23+
color: #444;
24+
margin-left: 15px;
25+
}
26+
}
27+
p.#{$prefix-cls}_version {
28+
color: #31c27c;
29+
}
30+
}

0 commit comments

Comments
 (0)