Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

European Flag #125

Merged
merged 1 commit into from
Dec 25, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions css/flag-icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1512,6 +1512,12 @@
.flag-icon-zw.flag-icon-squared {
background-image: url(../flags/1x1/zw.svg);
}
.flag-icon-eu {
background-image: url(../flags/4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
background-image: url(../flags/1x1/eu.svg);
}
.flag-icon-gb-eng {
background-image: url(../flags/4x3/gb-eng.svg);
}
Expand Down
2 changes: 1 addition & 1 deletion css/flag-icon.min.css

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions flags/1x1/eu.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions flags/4x3/eu.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ <h1>ISO 3166-1 Flags</h1>
<h1>More Flags</h1>
</div>
<div class="row">
<div class="col-md-1 col-sm-2 col-xs-3"><div class="flag-wrapper"><div class="img-thumbnail flag flag-icon-background flag-icon-eu" title="eu" id="eu"></div></div></div>
<div class="col-md-1 col-sm-2 col-xs-3"><div class="flag-wrapper"><div class="img-thumbnail flag flag-icon-background flag-icon-gb-eng" title="gb-eng" id="gb-eng"></div></div></div>
<div class="col-md-1 col-sm-2 col-xs-3"><div class="flag-wrapper"><div class="img-thumbnail flag flag-icon-background flag-icon-gb-sct" title="gb-sct" id="gb-sct"></div></div></div>
<div class="col-md-1 col-sm-2 col-xs-3"><div class="flag-wrapper"><div class="img-thumbnail flag flag-icon-background flag-icon-gb-wls" title="gb-wls" id="gb-wls"></div></div></div>
Expand Down
1 change: 1 addition & 0 deletions less/flag-icon-more.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.flag-icon(eu);
.flag-icon(gb-eng);
.flag-icon(gb-sct);
.flag-icon(gb-wls);
1 change: 1 addition & 0 deletions sass/flag-icon-more.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@include flag-icon(eu);
@include flag-icon(gb-eng);
@include flag-icon(gb-sct);
@include flag-icon(gb-wls);