2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-10-12 07:22:11 -06:00

40 lines
746 B
Plaintext
Raw Normal View History

2015-08-01 17:53:44 -07:00
.icon-wrap {
.make-xs-column(6);
2015-07-31 21:11:08 -07:00
.make-sm-column(4);
2015-08-01 17:53:44 -07:00
.make-md-column(3);
min-height: 60px;
2015-07-31 17:04:10 -07:00
float: left;
2015-07-31 21:11:08 -07:00
//width: 50px;
//height: 120px;
2015-07-31 17:04:10 -07:00
2015-07-31 18:35:59 -07:00
.icon-name {
font-size: 12px;
color: hsl(0,0%,30%);
2015-07-31 17:04:10 -07:00
}
2015-07-31 21:11:08 -07:00
.icon, .wi {
font-size: 40px;
//outline: 1px solid magenta;
2015-07-31 17:04:10 -07:00
display: inline-block;
font-family: 'weathericons';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
2015-07-31 21:11:08 -07:00
float: left;
margin-right: 15px;
margin-bottom: 15px;
min-width: 40px;
text-align: center;
color: hsl(203, 62%, 53%);
2015-07-31 21:11:08 -07:00
}
.icon_unicode {
font-size: 10px;
font-style: italic;
color: hsl(193, 43%, 71%);
2015-07-31 17:04:10 -07:00
}
}