UNPKG

@lxlib/theme

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

22 lines (20 loc) 305 B
@yn-prefix: ~'.yn'; @yn-yes-color: @blue-6; @yn-no-color: @grey-7; @{yn-prefix} { &__yes, &__no { display: inline-flex; align-items: center; font-style: normal; span { margin-left: 4px; } } &__yes { color: @yn-yes-color; } &__no { color: @yn-no-color; } }