/** * 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.standardLayoutView{ height: 100%; display: flex; flex-direction: column; } div.standardLayoutView .standardHeader{ flex-shrink: 0; } div.standardLayoutView .standardBody{ flex: 1 0 0%; margin-bottom: 0px; overflow: hidden; display: flex; } div.standardLayoutView .standardFooter{ flex-shrink: 0; } .headerView .headerViewLeading { display: inline-block; } .headerView .headerViewTrailing { display: inline-block; float: right; } .headerView button { border: 1px solid transparent; background-color: transparent; height: 24px; display: flex; text-overflow: ellipsis; align-items: center; justify-content: center; } .accessibilityMode .headerView button:focus { outline: 1px dotted $focus; outline-offset: -1px; } .headerView button:focus { outline: none; } .headerView button svg.svgIcon { @include theming(fill, primary2); height: 24px; width: 24px; }