Sha256: d17a40c7213513d8805901045cf1022beb7576ce65092e2e9b14482d764b7e0d
Contents?: true
Size: 697 Bytes
Versions: 30
Compression:
Stored size: 697 Bytes
Contents
@import "govuk/components/back-link/back-link"; .govuk-back-link { &[href] { text-decoration: underline; border-bottom: 1px solid transparent; &:focus { text-decoration: none; } } &:before { content: ""; display: block; position: absolute; top: 0; bottom: 1px; left: 3px; width: 7px; height: 7px; -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); border: solid; border-width: 1px 1px 0 0; clip-path: inherit; -webkit-clip-path: inherit; } } .govuk-back-link::after { content: ""; position: absolute; top: -14px; right: 0; left: 0; bottom: -14px; }
Version data entries
30 entries across 30 versions & 1 rubygems