open-consul/ui-v2/app/styles/components/pill/skin.scss

14 lines
230 B
SCSS

%pill {
border-radius: $radius-small;
}
%pill button {
background-color: transparent;
font-size: 0;
cursor: pointer;
}
%pill button::before {
@extend %with-cancel-plain-icon, %as-pseudo;
width: 10px;
height: 10px;
}