/** * Licensed Materials - Property of IBM * IBM Cognos Products: BI (C) Copyright IBM Corp. 2020 * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ .glass{ .ba-common-globaltoastcontainer{ z-index: 999999; .ba-common-globaltoast__modal{ .toast-custom-button{ display: inline-block; margin-top: 12px; color: #949394; &:hover{ color: #343334; } &:focus{ border: 2px solid $primary2; outline: none; } } } } }