Rev 182 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
body {.ui-chip {background-color: $chipBg;color: $chipTextColor;border-radius: $chipBorderRadius;padding: 0 nth($inputPadding, 2);.ui-chip-text {line-height: 1.5;margin-top: nth($inputPadding, 1) / 2;margin-bottom: nth($inputPadding, 1) / 2;}.ui-chip-icon {margin-right: $inlineSpacing;}img {width: 1.5 + nth($inputPadding, 1);height: 1.5 + nth($inputPadding, 1);margin-left: -1 * nth($inputPadding, 2);margin-right: $inlineSpacing;}.ui-chip-remove-icon {margin-left: $inlineSpacing;border-radius: $borderRadius;transition: $transition;&:focus {@include focused();}}}}