/** *+------------------------------------------------------------------------+ *| Licensed Materials - Property of IBM *| IBM Cognos Products: Content Explorer *| (C) Copyright IBM Corp. 2015, 2018 *| *| US Government Users Restricted Rights - Use, duplication or disclosure *| restricted by GSA ADP Schedule Contract with IBM Corp. *+------------------------------------------------------------------------+ */ .propertyUIControl { .nav-tabs { border-bottom: 1px solid $gray2; padding: 10px 0px 0px 10px; cursor: default; } .nav.nav-tabs { li:not(:first-child) { margin-left: 10px; } li.active { border-bottom: 4px solid; @include theming(border-bottom-color, primary1); } li a { padding: 3px 3px; margin: 0px; color: $gray4; cursor: pointer; } li.active a { border: none; color: $gray5; } } &.staticValidationMode .nav.nav-tabs .validationIcon { position: inherit; float: left; } .tab-content { position: relative; display: block; background: $white; width: auto; bottom: 0; z-index: 10; height: calc(100% - 40px); .tab-pane.active { position: relative; display: block; background: $white; width: auto; bottom: 0; z-index: 10; } } }