Sha256: 6810f766c6e833f408f74d5f0475eb0e31c0c36a6cd847ee24500ba3a1d137cc

Contents?: true

Size: 374 Bytes

Versions: 8

Compression:

Stored size: 374 Bytes

Contents

@keyframes status-pulse {
	0%, 100% {
		opacity: 1;
	}

	50% {
		opacity: .32;
	}
}

.status-icon {
	content: '';
	width: px2rem(8px);
	height: px2rem(8px);
	display: inline-block;
	background: currentColor;
	border-radius: 50%;
	transform: translateY(-1px);
	margin-right: .375rem;
	vertical-align: middle;
}

.status-animated {
	animation: 1s status-pulse infinite ease;
}

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
tabler-rubygem-0.1.4 assets/stylesheets/tabler/_statuses.scss
tabler-rubygem-0.1.3 assets/stylesheets/tabler/_statuses.scss
tabler_ui_rails-0.3.1 assets/stylesheets/dashboard/_statuses.scss
tabler-rubygem-0.1.2 assets/stylesheets/tabler/_statuses.scss
tabler_ui_rails-0.3.0 assets/stylesheets/dashboard/_statuses.scss
tabler_ui_rails-0.2.1 assets/stylesheets/dashboard/_statuses.scss
tabler_ui_rails-0.2.0 assets/stylesheets/dashboard/_statuses.scss
tabler-rubygem-0.1.1 assets/stylesheets/tabler/_statuses.scss