2015-07-28 11:05:33 -07:00
|
|
|
|
|
|
|
|
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);
|
2015-08-01 19:13:46 -07:00
|
|
|
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 {
|
2015-08-01 19:13:46 -07:00
|
|
|
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 {
|
2015-08-01 19:13:46 -07:00
|
|
|
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;
|
2015-08-01 19:13:46 -07:00
|
|
|
min-width: 40px;
|
|
|
|
text-align: center;
|
|
|
|
color: hsl(203, 62%, 53%);
|
2015-07-31 21:11:08 -07:00
|
|
|
}
|
|
|
|
.icon_unicode {
|
|
|
|
font-size: 10px;
|
2015-08-01 19:13:46 -07:00
|
|
|
font-style: italic;
|
|
|
|
color: hsl(193, 43%, 71%);
|
2015-07-31 17:04:10 -07:00
|
|
|
}
|
|
|
|
}
|