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

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