mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-04-15 11:56:36 +02:00
Fastfix
This commit is contained in:
parent
8ec4bd4013
commit
ba288f2fd3
@ -14,7 +14,8 @@
|
|||||||
--ifm-color-primary-lighter: #ffffff;
|
--ifm-color-primary-lighter: #ffffff;
|
||||||
--ifm-color-primary-lightest:#ffffff;
|
--ifm-color-primary-lightest:#ffffff;
|
||||||
--ifm-code-font-size: 95%;
|
--ifm-code-font-size: 95%;
|
||||||
--docusaurus-highlighted-code-line-bg: #004943;;
|
--docusaurus-highlighted-code-line-bg: #004943;
|
||||||
|
--ifm-tabs-color-active: #004943;
|
||||||
}
|
}
|
||||||
|
|
||||||
p{
|
p{
|
||||||
@ -234,6 +235,12 @@ li > a.menu__link {
|
|||||||
content: url(../../static/img/Categories/other.png);
|
content: url(../../static/img/Categories/other.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.theme-code-block, TABLE, .tabs-container{
|
||||||
|
border: 1px solid rgba(27, 31, 35, 0.15);
|
||||||
|
border-radius: 16px;
|
||||||
|
box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
|
||||||
|
}
|
||||||
|
|
||||||
/* CSS */
|
/* CSS */
|
||||||
.button {
|
.button {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
import Tabs from '@theme/Tabs';
|
|
||||||
import TabItem from '@theme/TabItem';
|
|
||||||
|
|
||||||
---
|
---
|
||||||
sidebar_position: @Счетчик
|
sidebar_position: @Счетчик
|
||||||
---
|
---
|
||||||
|
|
||||||
|
import Tabs from '@theme/Tabs';
|
||||||
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
# @Заголовок
|
# @Заголовок
|
||||||
@Описание
|
@Описание
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
import Tabs from '@theme/Tabs';
|
|
||||||
import TabItem from '@theme/TabItem';
|
|
||||||
|
|
||||||
---
|
---
|
||||||
sidebar_position: @Счетчик
|
sidebar_position: @Счетчик
|
||||||
---
|
---
|
||||||
|
|
||||||
|
import Tabs from '@theme/Tabs';
|
||||||
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
# @Заголовок
|
# @Заголовок
|
||||||
@Описание
|
@Описание
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user