Sha256: c20e4ae20fd27100e9ee3c5c327d92c6e68fca344c45110f43ab10793b02677a
Contents?: true
Size: 632 Bytes
Versions: 4
Compression:
Stored size: 632 Bytes
Contents
.flag-icon-background { background-size: contain; background-position: 50%; background-repeat: no-repeat; } .flag-icon { @extend .flag-icon-background; position: relative; display: inline-block; width: (4 / 3) * 1em; line-height: 1em; &:before { content: '\00a0'; } &.flag-icon-squared { width: 1em; } } @mixin flag-icon($country) { .flag-icon-#{$country} { background-image: image-url("#{$flag-icon-css-path}#{$flag-icon-rect-path}/#{$country}.svg"); &.flag-icon-squared { background-image: image-url("#{$flag-icon-css-path}#{$flag-icon-square-path}/#{$country}.svg"); } } }
Version data entries
4 entries across 4 versions & 1 rubygems