2016-07-28 05:50:35 +08:00
|
|
|
@import "../../stylesheets/variables/_all";
|
2016-05-21 00:17:21 +08:00
|
|
|
|
2016-05-04 04:40:46 +08:00
|
|
|
.actionsbar {
|
2016-05-21 00:29:55 +08:00
|
|
|
padding: $line-height-computed / 2;
|
2016-05-21 00:17:21 +08:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
|
|
|
.left,
|
|
|
|
.right,
|
|
|
|
.center {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
> * {
|
|
|
|
margin: 0 $line-height-computed;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.left,
|
|
|
|
.right {
|
|
|
|
flex: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center {
|
|
|
|
flex: 1;
|
2016-05-04 04:40:46 +08:00
|
|
|
}
|