UNPKG

@lyra/components

Version:
12 lines (9 loc) 337 B
@import 'part:@lyra/base/theme/variables-style'; .selected { composes: selected from 'part:@lyra/base/theme/layout/selectable-style'; background-color: color(var(--brand-primary) lightness(-20%)) !important; color: var(--white) !important; } .unSelected { composes: item from 'part:@lyra/base/theme/layout/selectable-style'; }