Skip to content

Commit

Permalink
feat(flags): further base64 emblems and patching
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-sokolowski committed Apr 18, 2020
1 parent accc664 commit e017f9b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
12 changes: 12 additions & 0 deletions src/flags/b.scss
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,16 @@
linear-gradient(-146deg, #21ab2c 20%, transparent 15%) -$flag-width $flag-width / 3,
linear-gradient(-34deg, #21ab2c 20%, transparent 15%) -$flag-width $flag-width / 3,
#fff;

&::after {
background:
radial-gradient(
$flag-size / 2 at 50% 50%,
#bc002d 0,
#bc002d 30%,
transparent 30%,
transparent 100%
);
@include flagSymbol("\e908", #fff, 30%, 22%);
}
}
6 changes: 5 additions & 1 deletion src/flags/e.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
// El Salvador
&-sv {
@include threePart(#0f47af, #fff, #0f47af);

&::after {
@include flagBase64Symbol($emblem-sv, 40%, 32%, $flag-size / 4.5, $flag-size / 4.5);
}
}
// Equatorial Guinea
&-gq {
Expand Down Expand Up @@ -103,7 +107,7 @@
);

&::before {
@include flagSymbol("\e914", #ffc726, 5%, 20%, $flag-size / 3);
@include flagSymbol("\e914", #ffc726, 5%, 22%, $flag-size / 3);
}
}
// Estonia
Expand Down
Loading

0 comments on commit e017f9b

Please sign in to comment.