mirror of
https://github.com/erikflowers/weather-icons.git
synced 2025-10-12 15:32:13 -06:00
33 lines
534 B
Plaintext
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;
|
|
}
|
|
}
|