[New Feature] Add web folder to support web documentation
This commit is contained in:
47
docs/website/src/css/versions.scss
Normal file
47
docs/website/src/css/versions.scss
Normal file
@@ -0,0 +1,47 @@
|
||||
@import "shared";
|
||||
|
||||
.versions-page {
|
||||
max-width: 960px;
|
||||
padding: 28px;
|
||||
|
||||
h1 {
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
code {
|
||||
white-space: pre;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
p a,
|
||||
td a {
|
||||
@extend %link-style;
|
||||
|
||||
code {
|
||||
background: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
table th,
|
||||
table td {
|
||||
min-width: 100px;
|
||||
font-size: 15px;
|
||||
padding: 8px 20px;
|
||||
}
|
||||
|
||||
.versions {
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
html[data-theme="dark"] .versions-page {
|
||||
p a,
|
||||
td a {
|
||||
@extend %link-style-dark;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user