Skip to main content
Glama
deleonio
by deleonio
drawer.scss1.76 kB
@use '../mixins/to-rem' as *; @use '../mixins/kol-card' as *; $duration: 0.4s; @layer kol-theme-component { @include kol-card($border-radius: 0); .kol-drawer { &__wrapper { box-shadow: 0 0 4px var(--color-subtle); &--left { animation: slideInLeft $duration forwards; &.kol-drawer__wrapper--is-closing { animation: slideOutLeft $duration forwards; } } &--right { animation: slideInRight $duration forwards; &.kol-drawer__wrapper--is-closing { animation: slideOutRight $duration forwards; } } &--top { animation: slideInTop $duration forwards; &.kol-drawer__wrapper--is-closing { animation: slideOutTop $duration forwards; } } &--bottom { animation: slideInBottom $duration forwards; &.kol-drawer__wrapper--is-closing { animation: slideOutBottom $duration forwards; } } } } } @keyframes slideInLeft { from { transform: translateX(-100%); } to { transform: translateX(0); } } @keyframes slideInRight { from { transform: translateX(100%); } to { transform: translateX(0); } } @keyframes slideInTop { from { transform: translateY(-100%); } to { transform: translateY(0); } } @keyframes slideInBottom { from { transform: translateY(100%); } to { transform: translateY(0); } } @keyframes slideOutLeft { from { transform: translateX(0); } to { transform: translateX(-100%); } } @keyframes slideOutRight { from { transform: translateX(0); } to { transform: translateX(100%); } } @keyframes slideOutTop { from { transform: translateY(0); } to { transform: translateY(-100%); } } @keyframes slideOutBottom { from { transform: translateY(0); } to { transform: translateY(100%); } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/deleonio/public-ui-kolibri'

If you have feedback or need assistance with the MCP directory API, please join our Discord server