Sha256: ffb5b97afccc98f8a9e3b86f3ab5d253ffdcaa6e6fd86328729eaffc85855778

Contents?: true

Size: 668 Bytes

Versions: 8

Compression:

Stored size: 668 Bytes

Contents

.example {
	padding: 1.5rem;
	border: 1px solid $border-color;
	border-radius: 3px 3px 0 0;
	font-size: px2rem(15px);
}

.example-bg {
	background: $body-bg;
}

.example + .highlight {
	border-top: none;
	margin-top: 0;
	border-radius: 0 0 3px 3px;
}

.highlight {
	margin: 1rem 0 2rem;
	border: 1px solid $border-color;
	border-radius: 3px;
	font-size: px2rem(15px);
	max-height: 40rem;
	overflow: auto;
	background: #fcfcfc;
}

.highlight pre {
	margin-bottom: 0;
	background-color: transparent;
}

.example-column {
	margin: 0 auto;

	>.card:last-of-type {
		margin-bottom: 0;
	}
}

.example-column-1 {
	max-width: 20rem;
}

.example-column-2 {
	max-width: 40rem;
}

Version data entries

8 entries across 8 versions & 2 rubygems

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