pull/187/merge
John Giazlas 4 years ago committed by GitHub
commit 3472e7b966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
/*!
* Weather Icons 2.0.8
* Updated September 19, 2015
* Weather Icons 2.0
* Updated August 1, 2015
* Weather themed icons for Bootstrap
* Author - Erik Flowers - erik@helloerik.com
* Email: erik@helloerik.com
@ -819,6 +819,38 @@
.wi-wind-beaufort-12:before {
content: "\f0c3";
}
.wi-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.wi-2x {
font-size: 2em;
}
.wi-3x {
font-size: 3em;
}
.wi-4x {
font-size: 4em;
}
.wi-5x {
font-size: 5em;
}
.wi-6x {
font-size: 6em;
}
.wi-7x {
font-size: 7em;
}
.wi-8x {
font-size: 8em;
}
.wi-9x {
font-size: 9em;
}
.wi-10x {
font-size: 10em;
}
.wi-yahoo-0:before {
content: "\f056";
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1,14 @@
.@{wi-css-prefix}-lg {
font-size: (4em / 3);
line-height: (3em / 4);
vertical-align: -15%;
}
.@{wi-css-prefix}-2x { font-size: 2em }
.@{wi-css-prefix}-3x { font-size: 3em }
.@{wi-css-prefix}-4x { font-size: 4em }
.@{wi-css-prefix}-5x { font-size: 5em }
.@{wi-css-prefix}-6x { font-size: 6em }
.@{wi-css-prefix}-7x { font-size: 7em }
.@{wi-css-prefix}-8x { font-size: 8em }
.@{wi-css-prefix}-9x { font-size: 9em }
.@{wi-css-prefix}-10x { font-size: 10em }

@ -23,6 +23,7 @@
@import "weather-icons-core.less";
@import "weather-icons-variables.less";
@import "weather-icons-classes.less";
@import "weather-icons-sizes.less";
// Mappings to various APIs
@import "mappings/wi-yahoo.less";
@import "mappings/wi-forecast-io.less";

@ -0,0 +1,14 @@
.#{$wi-css-prefix}-lg {
font-size: (4em / 3);
line-height: (3em / 4);
vertical-align: -15%;
}
.#{$wi-css-prefix}-2x { font-size: 2em }
.#{$wi-css-prefix}-3x { font-size: 3em }
.#{$wi-css-prefix}-4x { font-size: 4em }
.#{$wi-css-prefix}-5x { font-size: 5em }
.#{$wi-css-prefix}-6x { font-size: 6em }
.#{$wi-css-prefix}-7x { font-size: 7em }
.#{$wi-css-prefix}-8x { font-size: 8em }
.#{$wi-css-prefix}-9x { font-size: 9em }
.#{$wi-css-prefix}-10x { font-size: 10em }

@ -23,9 +23,10 @@
@import 'weather-icons-core.scss';
@import 'weather-icons-variables.scss';
@import 'weather-icons-classes.scss';
@import 'weather-icons-sizes.scss';
// Mappings to various APIs
@import "mappings/wi-yahoo.scss";
@import "mappings/wi-forecast-io.scss";
@import "mappings/wi-wmo4680.scss";
@import "mappings/wi-owm.scss";
@import "mappings/wi-wunderground.scss";
@import "mappings/wi-wunderground.scss";

Loading…
Cancel
Save