Skip to main content
Glama
deleonio
by deleonio
input-radio.scss1.59 kB
@use '../../mixins/to-rem' as *; @use '../mixins/alert-wc' as *; @use '../mixins/typography' as *; @use '../mixins/required' as *; @layer kol-theme-component { @include kol-alert-theme; /** * normalizes the layout of form elements. */ .kol-form-field { margin: 0; padding: 0; flex-wrap: wrap; border: 0; } /** * order the layout of form elements. */ .kol-form-field { &__label { order: 1; } &__input { order: 2; } &__msg { order: 3; } &__hint { order: 4; } } .kol-form-field { padding: 0 to-rem(14) to-rem(10) to-rem(14); gap: to-rem(8); flex-wrap: wrap; align-items: flex-start; border: 0; &__label { color: var(--color-grey); font-weight: var(--font-weight-bold); &-text::after { @include kol-required-info; } } &__hint { @include kol-typography-hint; } &__input { gap: to-rem(8); } &__msg { @include kol-alert-wc; &.kol-alert--type-error { @include kol-alert-wc(--color-red); } } } .kol-field-control { gap: to-rem(8); } .kol-input { &:before { display: none; } &:checked { border-color: var(--color-blue); border-width: 7px; } &:focus { outline-color: var(--color-blue); } &:not(:disabled) { &:hover { border-color: var(--color-blue); } } &#{&}--error { border: 2px solid var(--color-red); &:before { display: none; } &:checked { border-color: var(--color-red); border-width: 7px; } &:not(:disabled) { &:hover { border-color: var(--color-red-1xx); } } } } }

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