1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-25 02:42:28 +02:00

Оформление доков

This commit is contained in:
Anton Titovets 2024-08-01 09:10:55 +03:00
parent e823e66949
commit 4b504e56b8
2 changed files with 4 additions and 3 deletions

View File

@ -97,6 +97,7 @@ const config = {
href: 'https://github.com/Bayselonarrend/OpenIntegrations',
label: 'GitHub',
position: 'right',
className: 'navbar-icon-menu',
},
{
type: 'dropdown',

View File

@ -238,7 +238,7 @@ li > a.menu__link {
display: none;
}
.navbar-community-menu:after {
.navbar-icon-menu:after {
transition: opacity 0.2s;
content: "";
width: 24px;
@ -250,11 +250,11 @@ li > a.menu__link {
margin-right: 12px;
}
.navbar-community-menu:hover:after {
.navbar-icon-menu:after {
opacity: 0.5;
}
.navbar-community-menu:after, .navbar-community-link:after {
.navbar-icon-menu:after, .navbar-community-link:after {
border-style: none !important;
margin-left: -5px !important;
}