// @import "sinosun-ui/lib/style/themes/default.less";
// @import "sinosun-ui/lib/style/mixins/index.less";

.sn-avatar {
    display: inline-table;
    vertical-align: top;
    width: 100%;
    height: 100%;
    background-size: contain;
    border-radius: 50%;
    background-repeat: no-repeat;
    &:after {
        display: block;
        content: ' ';
    }
}
@media screen and (min-width: @screen-lg) {
    .sn-avatar {
        // width: 40px;
        // height: 40px;
        margin: 0 auto;
        border-radius: 50%;
    }
}