Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/styles/_backup/_flags-backup1.scss
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
* stars with a repeating text-shadow.
*
* 1. Position element
* 2. Stars positionned in crescent and repeated through text-shadow
* 2. Stars positioned in crescent and repeated through text-shadow
* 3. Create crescent by doing an eclipse with the circle box-shadow
*/
&:after {
Expand Down
2 changes: 1 addition & 1 deletion app/styles/_flags/mwi.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// http://www.vexilla-mundi.com/malawi_flag.html
// Note: I was unable to do the correct math calculation in the circle to get
// the symbol width, height and position, so I based everything on the circle
// radius. In the end the symbol is not perfectly positionned
// radius. In the end the symbol is not perfectly positioned.
@mixin flag-mwi() {
@include ratio(2 / 3);
$unit: $height / 600;
Expand Down
2 changes: 1 addition & 1 deletion app/styles/_flags/phl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
;
}
// The :after will contain the triangle, as well as the big star. The star is
// positionned at the center of the height, but slightly to the left. We also
// positioned at the center of the height, but slightly to the left. We also
// use a lower z-index that the before to put it below the small stars.
&:before {
@include triangle($white, $triangle-width);
Expand Down