/** * Licensed Materials - Property of IBM * * IBM Cognos Products: BI * * (C) Copyright IBM Corp. 2017, 2018 US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ .glass .flyoutMessage { &.popover { max-width: 300px; border-radius: 0; box-shadow: none; } .popover-content { padding: $space-m; .popoverMessageTitle { font-size: $heading-size-xs; color: $gray3; margin-right: $space-s; } .popoverMessage { color: $gray3; padding-top: $space-m; } .learnMore { padding-top: $space-m; } .popoverCloseX { color: $gray3; position: absolute; top: $space-m; right: $space-m; &:hover { @include theming(color, primary2); cursor: pointer; } } } }