Sha256: df366aab67c4c10c701a8e3c1e2f8c1a7edd8ab8a7de9b5e411de9ce4fe56a0d

Contents?: true

Size: 451 Bytes

Versions: 2

Compression:

Stored size: 451 Bytes

Contents

.flags {
  list-style-type: none;
  padding: 0;
  margin-left: 0;

	.l {
  	float: left;
	}  
}

.border {
  .flag {
    border: 1px solid black;
  }

  .selected {
    border: 1px solid black;
  }
}

.f16.flag {
  width: 16px;
  height: 16px;
}

.f24.flag {
  width: 24px;
  height: 24px;
}

.f32.flag {
  width: 32px;
  height: 32px;
}

.f48.flag {
  width: 48px;
  height: 48px;
}

.f64.flag {
  width: 64px;
  height: 64px;
  line-height: 64px; 
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
world-flags-0.6.3.1 vendor/assets/stylesheets/flags/basic.scss.css
world-flags-0.6.3 vendor/assets/stylesheets/flags/basic.scss.css