/** * Licensed Materials - Property of IBM * * IBM Cognos Products: BI UI Commons * * (C) Copyright IBM Corp. 2016, 2018 * * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ div.buttonBar { margin: $space-m; text-align: right; &:first-child { margin-left: 0px; } &:last-child { margin-right: 0px; } button { margin: 0 $space-s 0 $space-s; } }