UNPKG

@lyra/components

Version:
22 lines (17 loc) 268 B
@import 'part:@lyra/base/theme/variables-style'; .root { display: block; position: relative; width: 100%; } .error { composes: root; } .label { display: block; } .errorLabel { composes: label; color: var(--state-danger-color); font-weight: bold; }