@import "../rt.variables.less";

.rt-dialog.c-confirm{
    background-color: #FFF;
    /*border: 1px solid #d8d8d8;*/
    border-radius: 3px;
    left: 50%;
    top: 120px;
    .rt-dialog-head{
        /*
        border-bottom: 1px solid #e4e2e2;*/
        padding: 3px;
        line-height: 38px;
        font-size: 1.8rem;
        font-weight: bold;
        background-color: #3FA9F5;
        color: #FFF;
        border-radius: 3px 3px 0 0;
    }
    .rt-dialog-body{
        padding: 6px;
        .content{
            padding: 8px;
            min-height: 38px;
        }
    }
    .rt-dialog-foot{

    }
}
