27 lines
299 B
SCSS
27 lines
299 B
SCSS
@import "/imports/ui/stylesheets/variables/_all";
|
|
|
|
.actionsbar,
|
|
.left,
|
|
.center {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.left,
|
|
.center {
|
|
flex: 1;
|
|
justify-content: center;
|
|
|
|
> * {
|
|
margin: 0 $line-height-computed;
|
|
}
|
|
}
|
|
|
|
.left{
|
|
position: absolute;
|
|
}
|
|
|
|
.center {
|
|
align-items: center;
|
|
}
|