You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
plain-ui/src/scss/components/_group.scss

21 lines
273 B

/**
*
*
*
*
*/
@mixin plain-ui__component__group()
{
.group {
&__item {
width: auto;
display: inline-block;
margin: 0 1em 1em;
&:last-child {
margin-right: 0;
}
}
}
}