Skip to content

Commit

Permalink
Add Espírito Santo Flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago Porto committed Oct 29, 2018
1 parent 27d6af1 commit 2f4f6a6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dist/flagsbrasil.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
background-color: #00933d;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3E%3Cpath fill='%23f8c300' d='M213.439 213.439H109.684L83.992 239.13H36.561v-25.691L0 250l36.561 36.561V260.87h47.431l25.692 25.691h103.755L176.877 250z'/%3E%3Cpath fill='%23f8c300' d='M286.561 213.439V109.684L260.87 83.992V36.561h25.691L250 0l-36.561 36.561h25.691v47.431l-25.691 25.692v103.755L250 176.877z'/%3E%3Cpath fill='%23f8c300' d='M213.439 286.561v103.755l25.691 25.692v47.431h-25.691L250 500l36.561-36.561H260.87v-47.431l25.691-25.692V286.561L250 323.123z'/%3E%3Cpath fill='%23f8c300' d='M500 250l-36.561-36.561v25.691h-47.431l-25.692-25.691H286.561L323.123 250l-36.562 36.561h103.755l25.692-25.691h47.431v25.691z'/%3E%3C/svg%3E");
}
/* ESPÍRITO SANTO - ES */
.flag-es {
background: linear-gradient(#00adef 33.3%, #fff 33.3%, #fff 66.6%, #f7adae 66.6%);
}
/* MARANHAO - MA */
.flag-ma {
background-image: repeating-linear-gradient(to bottom, #e74c3c, #e74c3c 11.1%, #fff 11.1%, #fff 22.2%, #000 22.2%, #000 33.3%, #fff 33.3%, #fff 44.4%);
Expand Down
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,18 @@ <h2>Acre</h2>
<h2>Bahia</h2>
</div>

<!-- Dsitrito Federal -->
<!-- Distrito Federal -->
<div>
<div class="flag flag-df"></div>
<h2>Distrito Federal</h2>
</div>

<!-- Espírito Santo -->
<div>
<div class="flag flag-es"></div>
<h2>Espírito Santo</h2>
</div>

<!-- Maranhão -->
<div>
<div class="flag flag-ma"></div>
Expand Down
14 changes: 14 additions & 0 deletions src/flags/espirito-santo.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*! ESPÍRITO SANTO - ES */

//Color

$azul = #00ADEF
$rosa = #F7ADAE
$branco = #FFF

.flag-es
background: linear-gradient(
$azul 33.3% ,
$branco 33.3%,
$branco 66.6%,
$rosa 66.6%)

0 comments on commit 2f4f6a6

Please sign in to comment.