Skip to main content
Glama
deleonio
by deleonio
_global.scss1.35 kB
@use '../components/a11y' as *; @use '../components/preset' as *; @use '../components/@shared/mixins' as *; @layer kol-global { :host { /* * The max-width is needed to prevent the table from overflowing the * parent node, if the table is wider than the parent node. */ max-width: 100%; font-size: to-rem(16); } * { /* * We prefer to box-sizing: border-box for all elements. */ box-sizing: border-box; } .kol-span { /* KolSpan is a layout component with icons in all directions and a label text in the middle. */ display: flex; flex-flow: column; align-items: center; justify-content: center; /* The sub span in KolSpan is the horizontal span with icon left and right and the label text in the middle. */ &__container { display: flex; align-items: center; } } a, button { cursor: pointer; } .kol-span { $spanRoot: &; &__label { @at-root #{$spanRoot} &--hide-label & { display: none; } } } /* Reset browser agent style. */ button:disabled { color: unset; } .disabled label, .disabled:focus-within label, [aria-disabled='true'], [aria-disabled='true']:focus, [disabled], [disabled]:focus { opacity: 0.5; outline: none; cursor: not-allowed; } [aria-disabled='true']:focus .kol-span, [disabled]:focus .kol-span { outline: none !important; } }

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