1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-07-05 00:58:52 +02:00

Конвертация ozon.bsl и первые доки

This commit is contained in:
Anton Titovets
2024-08-20 14:23:18 +03:00
parent 76cd9124b1
commit 3f2fa895c4
34 changed files with 4920 additions and 4481 deletions

View File

@ -94,7 +94,7 @@ li > a.menu__link {
.Airtable a::before , .Telegram a::before, .VK a::before, .Viber a::before, .Twitter a::before,
.Notion a::before, .GoogleCalendar a::before, .GoogleDrive a::before, .GoogleSheets a::before,
.Slack a::before, .YandexDisk a::before, .Dropbox a::before, .Bitrix24 a::before, .Messenger a::before,
.Social a::before, .Database a::before, .Folder a::before, .Calendar a::before, .CRM a::before,
.Social a::before, .Database a::before, .Folder a::before, .Calendar a::before, .CRM a::before, .Commerce a::before,
.VKTeams a::before, .Start a::before{
padding-right: 0.7rem;
padding-top: 0.4rem;
@ -180,6 +180,10 @@ li > a.menu__link {
content: url(../../static/img/Categories/folder.png);
}
.Commerce > div > a::before{
content: url(../../static/img/Categories/e-commerce.png);
}
.Start > div > a::before{
content: url(../../static/img/Categories/welcome.png);
}