Commit 5944f12c authored by Panayiotis Lipiridis's avatar Panayiotis Lipiridis
Browse files

Merge branch 'master' of github.com:lipis/flag-icon-css

* 'master' of github.com:lipis/flag-icon-css:
  Updated the colour of the Irish flag as per the official guidelines http://www.taoiseach.gov.ie/attached_files/Pdf%20files/The%20National%20Flag.pdf
  Update flag-icon-base.less
  Update variabless.less
parents e6da29ee 2dd21438
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 </metadata>
 <g id="flag" fill-rule="evenodd" stroke-width="1pt" transform="matrix(.51387 0 0 1.0455 0 -6.635)">
  <rect id="rect171" height="489.72" width="996.35" y="6.3462" x="0" fill="#fff"/>
  <rect id="rect403" height="489.72" width="332.12" y="6.3462" x="0" fill="#319400"/>
  <rect id="rect135" height="489.72" width="332.12" y="6.3462" x="664.24" fill="#e76310"/>
  <rect id="rect403" height="489.72" width="332.12" y="6.3462" x="0" fill="#009A49"/>
  <rect id="rect135" height="489.72" width="332.12" y="6.3462" x="664.24" fill="#FF7900"/>
 </g>
</svg>
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 </metadata>
 <g id="flag" fill-rule="evenodd" stroke-width="1pt" transform="matrix(.64234 0 0 .98016 0 -6.2203)">
  <rect id="rect171" height="489.72" width="996.35" y="6.3462" x="0" fill="#fff"/>
  <rect id="rect403" height="489.72" width="332.12" y="6.3462" x="0" fill="#319400"/>
  <rect id="rect135" height="489.72" width="332.12" y="6.3462" x="664.24" fill="#e76310"/>
  <rect id="rect403" height="489.72" width="332.12" y="6.3462" x="0" fill="#009A49"/>
  <rect id="rect135" height="489.72" width="332.12" y="6.3462" x="664.24" fill="#FF7900"/>
 </g>
</svg>
+2 −2
Original line number Diff line number Diff line
@@ -20,9 +20,9 @@

.flag-icon(@country) {
  .flag-icon-@{country} {
    background-image: ~"url(@{flag-icon-css-path}/4x3/@{country}.svg)";
    background-image: ~"url(@{flag-icon-css-path}@{flag-icon-rect-path}/@{country}.svg)";
    &.flag-icon-squared {
      background-image: ~"url(@{flag-icon-css-path}/1x1/@{country}.svg)";
      background-image: ~"url(@{flag-icon-css-path}@{flag-icon-square-path}/@{country}.svg)";
    }
  }
}
+2 −0
Original line number Diff line number Diff line
@flag-icon-css-path: '../flags';
@flag-icon-rect-path: '/4x3';
@flag-icon-square-path: '/1x1';