1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-23 22:05:15 +02:00

PG: Начало доков

This commit is contained in:
Anton Titovets
2025-02-13 13:54:54 +03:00
parent 3eac86ecf7
commit e1fcd0e4b8
5 changed files with 55 additions and 1 deletions

View File

@@ -131,7 +131,7 @@ li > a.menu__link {
.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, .Commerce a::before,
.VKTeams a::before, .S3 a::before, .TCP a::before, .Ozon a::before, .Neocities a::before, .CDEK a::before, .Start a::before,
.Other a::before, .SQLite a::before{
.Other a::before, .SQLite a::before, .PostgreSQL a::before{
padding-right: 0.7rem;
padding-top: 0.4rem;
}
@@ -216,6 +216,10 @@ li > a.menu__link {
content: url(../../static/img/APIs/small/SQLite.png);
}
.PostgreSQL > div > a::before{
content: url(../../static/img/APIs/small/PostgreSQL.png);
}
.Messenger > div > a::before{
content: url(../../static/img/Categories/chat.png);
}