Sha256: f4359807b46069c5f1b4bb521ac9c3502e3ffd5e58738c20dd8ea4bfaa52372c
Contents?: true
Size: 729 Bytes
Versions: 1
Compression:
Stored size: 729 Bytes
Contents
// Details // ========================================================================== // GOV.UK front end toolkit dependencies @import "colours"; details { display: block; } details summary { display: inline-block; color: $govuk-blue; cursor: pointer; position: relative; margin-bottom: em(5); } details summary:hover { color: $link-hover-colour; } details summary:focus { outline: 3px solid $yellow; } // Underline only summary text (not the arrow) details .summary { text-decoration: underline; } // Match fallback arrow spacing with -webkit default details .arrow { margin-right: 0.35em; font-style: normal; } // Remove top margin from bordered panel details .panel-indent { margin-top: 0; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
govuk_elements_rails-0.2.2 | vendor/assets/stylesheets/elements/_details.scss |