Sha256: f6e6731fec84f8a8e45ca96e6f5a2816813f34de3f4f0568e07ef1633bee2287

Contents?: true

Size: 487 Bytes

Versions: 4

Compression:

Stored size: 487 Bytes

Contents

.flag {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 0 0;

  <% %w(bf bg cs de en es et fr it ja lt mg nb nl pl pt-BR pt ru sk sr sv zh-CN).each do |locale| %>
  &.flag-<%= locale %> {
    background-image: url(asset-path('locomotive/icons/flags/<%= locale %>.png'));
  }
  <% end %>

  &.flag-17-17 {
    width: 17px;
    height: 17px;
    background-size: 17px;
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
locomotivecms-3.2.1 app/assets/stylesheets/locomotive/new/_flags.scss.erb
locomotivecms-3.2.0 app/assets/stylesheets/locomotive/new/_flags.scss.erb
locomotivecms-3.2.0.rc2 app/assets/stylesheets/locomotive/new/_flags.scss.erb
locomotivecms-3.2.0.rc1 app/assets/stylesheets/locomotive/new/_flags.scss.erb