Skip to content

Commit

Permalink
feat(all): adds Catalan flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Sokołowski committed Aug 17, 2024
1 parent ceaab22 commit 2c5e882
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/flags/countries/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,7 @@ $flag-height: calc($flag-size / 3) * 2;
@import "v";
@import "y";
@import "z";

// Flags by region name
@import "regions/c";
}
1 change: 1 addition & 0 deletions src/flags/countries/regions/c.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import "catalonia";
12 changes: 12 additions & 0 deletions src/flags/countries/regions/catalonia.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Catalonia
&-cat {
position: relative;
background-image:
repeating-linear-gradient(
to bottom,
#fcdd09,
#fcdd09 calc(40px / 9),
#da121a calc(40px / 9),
#da121a calc(40px / 9 * 2)
);
}

0 comments on commit 2c5e882

Please sign in to comment.