Sha256: f7b569bd0db69c5792db1007bf52b89f67ff0f6353886dcac4d61a626e08baa3

Contents?: true

Size: 720 Bytes

Versions: 4

Compression:

Stored size: 720 Bytes

Contents

.dot {
	display: block; display: inline-block; position: relative;
	width: 10px; height: 10px;
	@include border-radius( 15px );
	border: solid 1px $main-border-color;
	&.ok { background: #55b8f7; border: solid 1px darken( #55b8f7, 10% ); }
	&.warning { background: #f9a538; border: solid 1px darken( #f9a538, 10% ); }
}


.number_dot {
	display: inline-block;
	height: 92px;
	line-height: 82px;
	width: 92px;
	text-align: center;
	@include border-radius( 100px );
	@include box-shadow (inset 0 1px 1px 0 rgba(51,102,153,0.4));
	text-shadow: 0 2px rgba(51,102,153,0.4);
	border: solid 5px #fff;
	color: #fff;
	background-color: $pink;
	font-size: 40px;
	font-weight: 800;
	margin: 0 auto $general-vertical-spacing-half;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
magic_stylez-0.0.0.91 vendor/assets/stylesheets/magic/helper/_dots.scss
magic_stylez-0.0.0.90 vendor/assets/stylesheets/magic/helper/_dots.scss
magic_stylez-0.0.0.89 vendor/assets/stylesheets/magic/helper/_dots.scss
magic_stylez-0.0.0.88 vendor/assets/stylesheets/magic/helper/_dots.scss