You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-23 22:05:15 +02:00
Страница скачивания для сайта
This commit is contained in:
6
docs/docusaurus/src/css/custom.css
vendored
6
docs/docusaurus/src/css/custom.css
vendored
@@ -137,7 +137,9 @@ strong{
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
|
||||
.hero__subtitle{
|
||||
margin-top: -15px;
|
||||
}
|
||||
|
||||
.menu__link{
|
||||
font-weight: 350;
|
||||
@@ -410,7 +412,7 @@ li > a.menu__link {
|
||||
display: inline-block;
|
||||
font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
font-weight: 400;
|
||||
line-height: 20px;
|
||||
list-style: none;
|
||||
padding: 6px 16px;
|
||||
|
||||
2
docs/docusaurus/src/pages/index.js
vendored
2
docs/docusaurus/src/pages/index.js
vendored
@@ -126,7 +126,7 @@ function HomepageHeader() {
|
||||
</Link>
|
||||
</div>
|
||||
<div className={styles.button}>
|
||||
<Link className="button button--secondary button--bg" to="https://github.com/Bayselonarrend/OpenIntegrations/releases/latest">
|
||||
<Link className="button button--secondary button--bg" to="./download">
|
||||
⬇️ Скачать
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
7
docs/docusaurus/src/pages/index.module.css
vendored
7
docs/docusaurus/src/pages/index.module.css
vendored
@@ -3,6 +3,13 @@
|
||||
* and scoped locally.
|
||||
*/
|
||||
|
||||
h3,h1{
|
||||
font-weight: 350;
|
||||
}
|
||||
|
||||
p{
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
|
||||
.heroBanner {
|
||||
|
||||
Reference in New Issue
Block a user