Sha256: 51b487ed3df7ebf4c3da0868d05ef0285ad98f92888486bb7b4a1b34e9f04e9d

Contents?: true

Size: 341 Bytes

Versions: 4

Compression:

Stored size: 341 Bytes

Contents

.flag {
	width: (1.2rem*640/480);
	height: 1.2rem;
	display: inline-block;
	background: no-repeat center/100% 100%;
	vertical-align: bottom;
	font-style: normal;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
	border-radius: 2px;

}

@each $flag in $flag-icons {
	.flag-#{$flag} {
		background-image: asset-url('flags/' + $flag + '.svg');
	}
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tabler_ui_rails-0.3.1 assets/stylesheets/dashboard/_flag.scss
tabler_ui_rails-0.3.0 assets/stylesheets/dashboard/_flag.scss
tabler_ui_rails-0.2.1 assets/stylesheets/dashboard/_flag.scss
tabler_ui_rails-0.2.0 assets/stylesheets/dashboard/_flag.scss