Skip to content

Commit

Permalink
Update SASS (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis authored Jul 26, 2023
1 parent ab81116 commit a1f9fd7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
12 changes: 6 additions & 6 deletions css/flag-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
.fi.fis {
width: 1em;
}
.fi-xx {
background-image: url(../flags/4x3/xx.svg);
}
.fi-xx.fis {
background-image: url(../flags/1x1/xx.svg);
}
.fi-ad {
background-image: url(../flags/4x3/ad.svg);
}
Expand Down Expand Up @@ -1488,6 +1482,12 @@
.fi-ws.fis {
background-image: url(../flags/1x1/ws.svg);
}
.fi-xx {
background-image: url(../flags/4x3/xx.svg);
}
.fi-xx.fis {
background-image: url(../flags/1x1/xx.svg);
}
.fi-ye {
background-image: url(../flags/4x3/ye.svg);
}
Expand Down
Loading

0 comments on commit a1f9fd7

Please sign in to comment.