@import '../../style/variable.scss';
.x-box{
    background-color: #fff;
    margin-bottom: .3rem;
    border-radius: 5px;
    padding: .2rem .2rem .2rem .34rem;
    box-shadow: 0px 2px 4px 2px rgba(0,66,124,0.1);
    &-header{
        margin-bottom: .1rem;
    }
    &-title::before{
        content: '';
        width: .1rem;
        height: .1rem;
        border-radius: 50%;
        margin-left: -.14rem;
        margin-right: 5px;
        display: inline-block;
        background-color: $theme-success;
    }
}

.x-box-i18n{
    background-color: #fff;
    margin-bottom: .3rem;
    border-radius: 5px;
    padding: .2rem .34rem .2rem .2rem;
    box-shadow: 0px 2px 4px 2px rgba(0,66,124,0.1);
    .x-box-header{
        margin-bottom: .1rem;
    }
    .x-box-title::before{
        content: '';
        width: .1rem;
        height: .1rem;
        border-radius: 50%;
        margin-right: -.14rem;
        margin-left: 5px;
        display: inline-block;
        background-color: $theme-success;
    }
}