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

Version Path
magic_stylez-0.0.0.37 vendor/assets/stylesheets/magic/helper/_arrow_hints.scss
magic_stylez-0.0.0.36 vendor/assets/stylesheets/magic/helper/_arrow_hints.scss
magic_stylez-0.0.0.35 vendor/assets/stylesheets/magic/helper/_arrow_hints.scss
magic_stylez-0.0.0.34 vendor/assets/stylesheets/magic/helper/_arrow_hints.scss
magic_stylez-0.0.0.33 vendor/assets/stylesheets/magic/helper/_arrow_hints.scss
magic_stylez-0.0.0.32 vendor/assets/stylesheets/magic/helper/_arrow_hints.scss
magic_stylez-0.0.0.31 vendor/assets/stylesheets/magic/helper/_arrow_hints.scss
magic_stylez-0.0.0.30 vendor/assets/stylesheets/magic/helper/_arrow_hints.scss
magic_stylez-0.0.0.29 vendor/assets/stylesheets/magic/helper/_arrow_hints.scss
magic_stylez-0.0.0.28 vendor/assets/stylesheets/magic/helper/_arrow_hints.scss
magic_stylez-0.0.0.27 vendor/assets/stylesheets/magic/helper/_arrow_hints.scss
magic_stylez-0.0.0.26 vendor/assets/stylesheets/magic/helper/_arrow_hints.scss
magic_stylez-0.0.0.25 vendor/assets/stylesheets/magic/helper/_arrow_hints.scss
magic_stylez-0.0.0.24 vendor/assets/stylesheets/magic/helper/_arrow_hints.scss
magic_stylez-0.0.0.23 vendor/assets/stylesheets/magic/helper/_arrow_hints.scss
magic_stylez-0.0.0.22 vendor/assets/stylesheets/magic/helper/_arrow_hints.scss
magic_stylez-0.0.0.21 vendor/assets/stylesheets/magic/helper/_arrow_hints.scss
magic_stylez-0.0.0.20 vendor/assets/stylesheets/magic/helper/_arrow_hints.scss
magic_stylez-0.0.0.19 vendor/assets/stylesheets/magic/helper/_arrow_hints.scss