Weather.less 1.21 KB
.wev-weather-curr{
    background-color: var(--themeColor);
    overflow: hidden;
    text-align: left;
    padding: 10px 20px;
}
.wev-weather-curr img{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    float: left;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.wev-weather-curr span{
    width: 100%;
    text-align: left;
    color: white;
    display: block;
}
.wev-weather-curr span:nth-child(1){
    margin-top: 5px;
    font-size: 20 * @hd;
    font-weight: bold;
}
.wev-weather-next{
    padding:10px 0;
    width: 33.33%;
    float: left;
    text-align: center;
    background: #fff;
    display: none;
}
.wev-weather-next span{
    display: block;
    color: #999;
    font-weight: bold;
}
.wev-weather-next span:first-child{
    text-transform: uppercase;
    font-size: @font-size-base;
    text-align: center;
}
.wev-weather-next span:last-child{
    font-size: @font-size-sm;
}
.wev-weather-next img{
    margin: 3px;
    -webkit-filter: invert(60%);
    filter: invert(60%);
    width: 30px;
    height: 30px;
}
.wev-weather-next:first-child span{
    color: #4c4c4c;
}
.wev-weather-next:first-child img{
    -webkit-filter: invert(35%);
    filter: invert(35%);
}