/** * Licensed Materials - Property of IBM * IBM Cognos Products: Cognos Analytics Home (C) Copyright IBM Corp. 2020 * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ @import './mixins/searchBar'; @include carbon--theme($carbon--theme--g100) { .ui-shell-g100 { @include searchBar; @include searchBarResponsive; } } @include carbon--theme($carbon--theme--g10) { .ui-shell-g10 { @include searchBar; @include searchBarResponsive; } }