Sha256: 80dbac5575746e066a5f128d4435820c176364329a3439a80923d17663103fd3

Contents?: true

Size: 505 Bytes

Versions: 82

Compression:

Stored size: 505 Bytes

Contents

.crossed {
	display: inline-block;
	position: relative;
	&:before, &:after {
		display: block; position: absolute; content: "";
		margin: 0; padding: 0;
	}
	&:before {
		top: -10px; right: -10px; bottom: -6px; left: -8px;
		background:transparent image-url('magic/helper/crossed.png') center center no-repeat;
		background-size: contain;
	}
	&:after {
		bottom: 100%;
		left: 42%;
		content: attr(data-text);
		color: #369;
		font-size: 90%;
		@include handWrittenFont;
		text-shadow: 0 1px 1px #fff;
	}
}

Version data entries

82 entries across 82 versions & 1 rubygems

Version Path
magic_stylez-0.0.0.20 vendor/assets/stylesheets/magic/helper/_crossed.scss
magic_stylez-0.0.0.19 vendor/assets/stylesheets/magic/helper/_crossed.scss