Sha256: 02a34ef37fcd3eadf8610c6a590a53dbcb31471b4c62b7a1252cc9cbd0f4b8c4
Contents?: true
Size: 665 Bytes
Versions: 19
Compression:
Stored size: 665 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; } } .govuk-back-link::after { content: ""; position: absolute; top: -14px; right: 0; left: 0; bottom: -14px; }
Version data entries
19 entries across 19 versions & 1 rubygems