Sha256: cd53af8abc2abeb9f675e8aeed1d468425bbf434a9aba0c199247793bcff58ec

Contents?: true

Size: 455 Bytes

Versions: 3

Compression:

Stored size: 455 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

3 entries across 3 versions & 1 rubygems

Version Path
world-flags-0.6.6 app/assets/stylesheets/flags/basic.scss.css
world-flags-0.6.5 vendor/assets/stylesheets/flags/basic.scss.css
world-flags-0.6.4 vendor/assets/stylesheets/flags/basic.scss.css