/** * Licensed Materials - Property of IBM * IBM Cognos Products: Cognos Analytics * Copyright IBM Corp. 2016, 2018 * US Government Users Restricted Rights - Use, duplication or disclosure * restricted by GSA ADP Schedule Contract with IBM Corp. */ .roundButton { width: 16px; height: 16px; } .roundButton.radioRight { float: right; } .roundButton.radioLeft { float: left; } .roundButton svg { width: 16px; height: 16px; } .roundButton svg circle.outer { stroke: $gray4; stroke-width: 1; fill: $white; } .roundButton svg circle.inner { opacity: $opacity-min; stroke: $gray4; stroke-width: 0; @include theming(fill, primary2); } .roundButton.checked circle.inner { opacity: $opacity-max; } .radioButtonLabel { color: $gray5; } .radioButtonLabel.radioRight { padding-right: 0px; padding-left: 20px; } .accessibilityMode .roundButton:focus { outline: 1px dotted $focus; }