We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae6678 commit 0171801Copy full SHA for 0171801
stories/demo.scss
@@ -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
-// }
+$prefix-cls: 'summary-story';
+
+.story-wrapper {
+ font-size: 14px;
+ padding: 0 40px;
+}
+.story-text-mark {
+ 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