Sha256: 1ce2b44cf25df7298b0b40334d9498f9e211dff34aba1b5a73b74c36f47f1865
Contents?: true
Size: 1.06 KB
Versions: 8
Compression:
Stored size: 1.06 KB
Contents
@import "govuk_publishing_components/individual_component_support"; .gem-c-chart { position: relative; // slight hack to hide the table automatically added by the charts JS // not needed as we already output the table manually in the component svg + div:has(table) { display: none; } .google-visualization-tooltip { background-color: govuk-colour("black"); box-shadow: none; border: 0; span { color: govuk-colour("white"); @include govuk-font($size: 16, $weight: bold); } } } .gem-c-chart__table-wrapper { overflow: auto; } .gem-c-chart__table { margin-top: govuk-spacing(3); .govuk-table { margin: 0; } .govuk-table .govuk-table__header { text-align: center; } .govuk-table .govuk-table__cell { text-align: center; } } .gem-c-chart .gem-c-chart__a11y-note-link { display: none; margin-bottom: govuk-spacing(2); } .js-enabled { .gem-c-chart .gem-c-chart__a11y-note-link { display: inline; } .gem-c-chart .gem-c-chart__a11y-note-link:focus-within { display: inline-block; } }
Version data entries
8 entries across 8 versions & 1 rubygems