mirror of
https://github.com/erikflowers/weather-icons.git
synced 2025-10-12 07:22:11 -06:00
Somehow I had left out 2 moon phases - first quarter and third quarter. oops.
This commit is contained in:
parent
6800c069aa
commit
286746726a
@ -5,6 +5,7 @@ moon-waxing-cresent-3, f098
|
||||
moon-waxing-cresent-4, f099
|
||||
moon-waxing-cresent-5, f09a
|
||||
moon-waxing-cresent-6, f09b
|
||||
moon-first-quarter, f09c
|
||||
moon-waxing-gibbous-1, f09d
|
||||
moon-waxing-gibbous-2, f09e
|
||||
moon-waxing-gibbous-3, f09f
|
||||
@ -18,6 +19,7 @@ moon-waning-gibbous-3, f0a6
|
||||
moon-waning-gibbous-4, f0a7
|
||||
moon-waning-gibbous-5, f0a8
|
||||
moon-waning-gibbous-6, f0a9
|
||||
moon-third-quarter, f0aa
|
||||
moon-waning-crescent-1, f0ab
|
||||
moon-waning-crescent-2, f0ac
|
||||
moon-waning-crescent-3, f0ad
|
||||
|
|
@ -881,6 +881,11 @@
|
||||
<div class="icon-name">wi-moon-waxing-cresent-6</div>
|
||||
<div class="icon_unicode">f09b </div>
|
||||
</div>
|
||||
<div class="icon-wrap">
|
||||
<div class="icon"></div>
|
||||
<div class="icon-name">wi-moon-first-quarter</div>
|
||||
<div class="icon_unicode">f09c </div>
|
||||
</div>
|
||||
<div class="icon-wrap">
|
||||
<div class="icon"></div>
|
||||
<div class="icon-name">wi-moon-waxing-gibbous-1</div>
|
||||
@ -946,6 +951,11 @@
|
||||
<div class="icon-name">wi-moon-waning-gibbous-6</div>
|
||||
<div class="icon_unicode">f0a9 </div>
|
||||
</div>
|
||||
<div class="icon-wrap">
|
||||
<div class="icon"></div>
|
||||
<div class="icon-name">wi-moon-third-quarter</div>
|
||||
<div class="icon_unicode">f0aa </div>
|
||||
</div>
|
||||
<div class="icon-wrap">
|
||||
<div class="icon"></div>
|
||||
<div class="icon-name">wi-moon-waning-crescent-1</div>
|
||||
|
@ -26,6 +26,10 @@
|
||||
.icon 
|
||||
.icon-name wi-moon-waxing-cresent-6
|
||||
.icon_unicode f09b
|
||||
.icon-wrap
|
||||
.icon 
|
||||
.icon-name wi-moon-first-quarter
|
||||
.icon_unicode f09c
|
||||
.icon-wrap
|
||||
.icon 
|
||||
.icon-name wi-moon-waxing-gibbous-1
|
||||
@ -78,6 +82,10 @@
|
||||
.icon 
|
||||
.icon-name wi-moon-waning-gibbous-6
|
||||
.icon_unicode f0a9
|
||||
.icon-wrap
|
||||
.icon 
|
||||
.icon-name wi-moon-third-quarter
|
||||
.icon_unicode f0aa
|
||||
.icon-wrap
|
||||
.icon 
|
||||
.icon-name wi-moon-waning-crescent-1
|
||||
|
@ -489,6 +489,9 @@
|
||||
.wi-moon-waxing-cresent-6:before {
|
||||
content: "\f09b";
|
||||
}
|
||||
.wi-moon-first-quarter:before {
|
||||
content: "\f09c";
|
||||
}
|
||||
.wi-moon-waxing-gibbous-1:before {
|
||||
content: "\f09d";
|
||||
}
|
||||
@ -528,6 +531,9 @@
|
||||
.wi-moon-waning-gibbous-6:before {
|
||||
content: "\f0a9";
|
||||
}
|
||||
.wi-moon-third-quarter:before {
|
||||
content: "\f0aa";
|
||||
}
|
||||
.wi-moon-waning-crescent-1:before {
|
||||
content: "\f0ab";
|
||||
}
|
||||
|
578
css/weather-icons.min.css
vendored
578
css/weather-icons.min.css
vendored
File diff suppressed because one or more lines are too long
@ -5,6 +5,7 @@
|
||||
.wi-moon-waxing-cresent-4:before {content: @moon-waxing-cresent-4;}
|
||||
.wi-moon-waxing-cresent-5:before {content: @moon-waxing-cresent-5;}
|
||||
.wi-moon-waxing-cresent-6:before {content: @moon-waxing-cresent-6;}
|
||||
.wi-moon-first-quarter:before {content: @moon-first-quarter;}
|
||||
.wi-moon-waxing-gibbous-1:before {content: @moon-waxing-gibbous-1;}
|
||||
.wi-moon-waxing-gibbous-2:before {content: @moon-waxing-gibbous-2;}
|
||||
.wi-moon-waxing-gibbous-3:before {content: @moon-waxing-gibbous-3;}
|
||||
@ -18,6 +19,7 @@
|
||||
.wi-moon-waning-gibbous-4:before {content: @moon-waning-gibbous-4;}
|
||||
.wi-moon-waning-gibbous-5:before {content: @moon-waning-gibbous-5;}
|
||||
.wi-moon-waning-gibbous-6:before {content: @moon-waning-gibbous-6;}
|
||||
.wi-moon-third-quarter:before {content: @moon-third-quarter;}
|
||||
.wi-moon-waning-crescent-1:before {content: @moon-waning-crescent-1;}
|
||||
.wi-moon-waning-crescent-2:before {content: @moon-waning-crescent-2;}
|
||||
.wi-moon-waning-crescent-3:before {content: @moon-waning-crescent-3;}
|
||||
|
@ -5,6 +5,7 @@
|
||||
@moon-waxing-cresent-4: "\f099";
|
||||
@moon-waxing-cresent-5: "\f09a";
|
||||
@moon-waxing-cresent-6: "\f09b";
|
||||
@moon-first-quarter: "\f09c";
|
||||
@moon-waxing-gibbous-1: "\f09d";
|
||||
@moon-waxing-gibbous-2: "\f09e";
|
||||
@moon-waxing-gibbous-3: "\f09f";
|
||||
@ -18,6 +19,7 @@
|
||||
@moon-waning-gibbous-4: "\f0a7";
|
||||
@moon-waning-gibbous-5: "\f0a8";
|
||||
@moon-waning-gibbous-6: "\f0a9";
|
||||
@moon-third-quarter: "\f0aa";
|
||||
@moon-waning-crescent-1: "\f0ab";
|
||||
@moon-waning-crescent-2: "\f0ac";
|
||||
@moon-waning-crescent-3: "\f0ad";
|
||||
|
@ -5,6 +5,7 @@
|
||||
.wi-moon-waxing-cresent-4:before {content: $moon-waxing-cresent-4;}
|
||||
.wi-moon-waxing-cresent-5:before {content: $moon-waxing-cresent-5;}
|
||||
.wi-moon-waxing-cresent-6:before {content: $moon-waxing-cresent-6;}
|
||||
.wi-moon-first-quarter:before {content: $moon-first-quarter;}
|
||||
.wi-moon-waxing-gibbous-1:before {content: $moon-waxing-gibbous-1;}
|
||||
.wi-moon-waxing-gibbous-2:before {content: $moon-waxing-gibbous-2;}
|
||||
.wi-moon-waxing-gibbous-3:before {content: $moon-waxing-gibbous-3;}
|
||||
@ -18,6 +19,7 @@
|
||||
.wi-moon-waning-gibbous-4:before {content: $moon-waning-gibbous-4;}
|
||||
.wi-moon-waning-gibbous-5:before {content: $moon-waning-gibbous-5;}
|
||||
.wi-moon-waning-gibbous-6:before {content: $moon-waning-gibbous-6;}
|
||||
.wi-moon-third-quarter:before {content: $moon-third-quarter;}
|
||||
.wi-moon-waning-crescent-1:before {content: $moon-waning-crescent-1;}
|
||||
.wi-moon-waning-crescent-2:before {content: $moon-waning-crescent-2;}
|
||||
.wi-moon-waning-crescent-3:before {content: $moon-waning-crescent-3;}
|
||||
|
@ -5,6 +5,7 @@ $moon-waxing-cresent-3: "\f098";
|
||||
$moon-waxing-cresent-4: "\f099";
|
||||
$moon-waxing-cresent-5: "\f09a";
|
||||
$moon-waxing-cresent-6: "\f09b";
|
||||
$moon-first-quarter: "\f09c";
|
||||
$moon-waxing-gibbous-1: "\f09d";
|
||||
$moon-waxing-gibbous-2: "\f09e";
|
||||
$moon-waxing-gibbous-3: "\f09f";
|
||||
@ -18,9 +19,10 @@ $moon-waning-gibbous-3: "\f0a6";
|
||||
$moon-waning-gibbous-4: "\f0a7";
|
||||
$moon-waning-gibbous-5: "\f0a8";
|
||||
$moon-waning-gibbous-6: "\f0a9";
|
||||
$moon-third-quarter: "\f0aa";
|
||||
$moon-waning-crescent-1: "\f0ab";
|
||||
$moon-waning-crescent-2: "\f0ac";
|
||||
$moon-waning-crescent-3: "\f0ad";
|
||||
$moon-waning-crescent-4: "\f0ae";
|
||||
$moon-waning-crescent-5: "\f0af";
|
||||
$moon-waning-crescent-6: "\f0b0";
|
||||
$moon-waning-crescent-6: "\f0b0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user