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

.rt-dialog.c-message{
    background-color: #FFF;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    left: 50%;
    top: 120px;
    .rt-dialog-head{
        line-height: 38px;
        border-bottom: 1px solid #e4e2e2;
    }
    .rt-dialog-body{
        padding: 0px;
    }
    .rt-dialog-foot{

    }
}
