@import "../../stylesheets/variables/_all"; .actionsbar { display: flex; flex-direction: row; } .left, .right, .center, .hidden { display: flex; flex-direction: row; justify-content: center; align-items: center; > * { margin: 0 $line-height-computed; } } .left, .right, .hidden { flex: 0; } .center { flex: 1; } .hidden { visibility: hidden; } .circleGlow > :first-child{ box-shadow: 0 0 .15rem #FFF !important; }