_icons-enter.scss 820 Bytes
.icons-wrapper {
    box-sizing: border-box;
    padding: (30rem / $pxConvertRem) 0 (16rem / $pxConvertRem);
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.icons-item {
    float: left;
    margin-bottom: 10rem / $pxConvertRem;
    width: 25%;
    height: 146rem / $pxConvertRem;
    text-align: center;
}

.imagebar {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 98rem / $pxConvertRem;
    height: 98rem / $pxConvertRem;
    line-height: 98rem / $pxConvertRem;
    box-sizing: border-box;
    overflow: hidden;

    img {
        width: 100%;
        height: 100%;
    }
}

.linkbar {
    display: block;
    line-height: 44rem / $pxConvertRem;
    font-size: 24rem / $pxConvertRem;
    color: #444;

    &:visited, &:link, &:active, &:hover {
        color: #444;
    }
}