Sha256: 0afb457ee8d8dc66e86b09854024b7a7da06055d61c4261ed91dfce33f9bbd0b

Contents?: true

Size: 615 Bytes

Versions: 2

Compression:

Stored size: 615 Bytes

Contents

// ====================================================================================================================
// CLOSE ICONS
// ====================================================================================================================
@if $close {
	.close {
		float: right;
		font-size: 1em;
		font-weight: bold;
		color: $black;
		@include opacity(20);
		&:hover,
		&:focus {
			color: $black;
			text-decoration: none;
			cursor: pointer;
			@include opacity(40);
		}
	}

	button.close {
		padding: 0;
		cursor: pointer;
		background: transparent;
		border: 0;
		-webkit-appearance: none;
	}
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rapido-css-0.0.3 stylesheets/components/_close.scss
rapido-css-0.0.2.1 stylesheets/components/_close.scss