Skip to content

Commit c9eb198

Browse files
committed
Updated documentation
1 parent cebcce2 commit c9eb198

File tree

2 files changed

+512
-465
lines changed

2 files changed

+512
-465
lines changed

demo/src/App.scss

Lines changed: 69 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,74 @@
1+
body {
2+
font-size: 18px;
3+
}
4+
5+
h1 {
6+
margin: 0;
7+
padding: 0 0 5px 0;
8+
}
9+
10+
h2 {
11+
padding-top: 15px;
12+
font-size: 22px;
13+
padding-bottom: 10px;
14+
border-bottom: 1px solid #ddd;
15+
16+
&.sidebar-header {
17+
margin-top: -5px;
18+
padding-top: 0;
19+
border-bottom: none;
20+
}
21+
}
22+
123
h3 {
2-
margin: 15px 25px;
24+
margin: 15px 0;
25+
26+
&.sidebar-header {
27+
margin-top: 0;
28+
margin-bottom: 10px;
29+
img {
30+
padding-left: 5px;
31+
}
32+
}
333
}
434

535
pre {
6-
margin: 0 25px 15px 25px;
7-
padding: 20px !important;
36+
background-color: #f8f8f8 !important;
37+
margin: 0 0 15px 0;
38+
padding: 25px !important;
39+
}
40+
41+
.examples {
42+
.spaces-fixedsize-layout {
43+
margin: 0 25px;
44+
}
45+
}
46+
47+
.ant-anchor-link {
48+
line-height: 1.5;
49+
}
50+
51+
.ant-anchor-link-title {
52+
font-size: 18px !important;
53+
}
54+
55+
.ant-tabs-tabpane {
56+
font-size: 18px !important;
57+
}
58+
59+
#forkongithub a{z-index:100000;background:#000;color:#fff;text-decoration:none;font-family:arial,sans-serif;text-align:center;font-weight:bold;padding:5px 40px;font-size:1rem;line-height:2rem;position:relative;transition:0.5s;}#forkongithub a:hover{background:#c11;color:#fff;}#forkongithub a::before,#forkongithub a::after{content:"";width:100%;display:block;position:absolute;top:1px;left:0;height:1px;background:#fff;}#forkongithub a::after{bottom:1px;top:auto;}@media screen and (min-width:800px){#forkongithub{position:absolute;display:block;top:0;right:0;width:200px;overflow:hidden;height:200px;z-index:9999;}#forkongithub a{width:200px;position:absolute;top:60px;right:-60px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);box-shadow:4px 4px 10px rgba(0,0,0,0.8);}}
60+
61+
#forkongithub {
62+
top: -24px;
63+
right: -9px;
64+
width: 245px;
65+
height: 245px;
66+
z-index: 999999;
67+
68+
a {
69+
width: 245px;
70+
top: 60px;
71+
right: -60px;
72+
z-index: 100000;
73+
}
874
}

0 commit comments

Comments
 (0)