Sha256: 3ac73b112102aa30845c4320f497a42228334b97b645603da6bc9381180343a1
Contents?: true
Size: 692 Bytes
Versions: 19
Compression:
Stored size: 692 Bytes
Contents
.help_arrow { // display: block; position: relative; z-index: 7; &:before, &:after { @include handWrittenFont; } &:before { display: block; position: absolute; content: ""; padding: 0; width: 50px; height: 50px; bottom: 100%; left: 50%; margin: 0 0 10px -25px; background: transparent image-url("magic/arrows/arrow2-2.png") center center no-repeat; background-size: contain; @include rotation(-53); } &:after { display: block; position: absolute; content: attr(data-text); padding: 0; height: 30px; line-height: 30px; bottom: 100%; left: 50%; margin: 0 0 37px 30px; color: #a0c775; font-size: 28px; font-weight: 300; text-shadow: 0 1px 1px #000; } }
Version data entries
19 entries across 19 versions & 1 rubygems