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

25 lines
284 B

/**
*
*
*
*
*/
@mixin plain-ui__component__bar()
{
.bar {
display: flex;
&__start {
justify-content: start;
}
&__title {
@extend .w-100;
}
&__end {
justify-content: end;
}
}
}