1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-11-24 08:52:18 +02:00

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

This commit is contained in:
Anton Titovets 2024-08-01 09:14:39 +03:00
parent 4b504e56b8
commit cdca07315e
2 changed files with 1 additions and 21 deletions

View File

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

View File

@ -238,23 +238,3 @@ li > a.menu__link {
display: none;
}
.navbar-icon-menu:after {
transition: opacity 0.2s;
content: "";
width: 24px;
height: 24px;
display: flex;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' width='24px' height='24px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 9h12v2H6V9zm8 5H6v-2h8v2zm4-6H6V6h12v2z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
margin-right: 12px;
}
.navbar-icon-menu:after {
opacity: 0.5;
}
.navbar-icon-menu:after, .navbar-community-link:after {
border-style: none !important;
margin-left: -5px !important;
}