Sha256: 17d09c172529365bb1b592507c095849cea96b47a7b07b0cbc85c10e7d9a1d80

Contents?: true

Size: 686 Bytes

Versions: 8

Compression:

Stored size: 686 Bytes

Contents

html {
	font-size: 16px;
	height: 100%;
	direction: ltr;
}

body {
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-font-feature-settings: "liga" 0;
	font-feature-settings: "liga" 0;
	height: 100%;
	overflow-y: scroll;
	position: relative;

	@media print {
		background: none;
	}
}

body *::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	transition: .3s background;
}

body *::-webkit-scrollbar-thumb {
	background: $gray-400;
}
body *:hover::-webkit-scrollbar-thumb {
	background: $gray-500;
}

Version data entries

8 entries across 8 versions & 2 rubygems

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