You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
erikflowers_weather-icons/_docs/less/main.less

33 lines
534 B
Plaintext

.icon-wrap {
.make-xs-column(6);
.make-sm-column(4);
.make-md-column(3);
float: left;
//width: 50px;
//height: 120px;
font-size: 30px;
.icon-name {
font-size: 10px;
}
.icon, .wi {
display: inline-block;
font-family: 'weathericons';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
float: left;
margin-right: 15px;
margin-bottom: 15px;
}
.icon_unicode {
font-size: 10px;
}
}