admin-dashboard.css 1.65 KB
#dashboard_cf7ms .cf7mls-postbox-title-wrap {
    margin: 15px 0;
}

#dashboard_cf7ms .cf7mls-postbox-title-wrap>h3 {
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    border: 0
}

#dashboard_cf7ms .cf7mls-postbox-img-wrap {
    margin: 20px 0
}

#dashboard_cf7ms .cf7mls-postbox-list-wrap {
    margin-bottom: 25px
}

#dashboard_cf7ms .cf7mls-list-checked li {
    position: relative;
    padding: 0 0 0 26px;
    font-size: 13px;
    display: block;
    line-height: 1.5;
    margin-bottom: 8px
}

#dashboard_cf7ms .cf7mls-list-checked li:after,
#dashboard_cf7ms .cf7mls-list-checked li:before {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 2px;
    left: 5px
}

#dashboard_cf7ms .cf7mls-list-checked li:before {
    content: "";
    background-color: #18ae62;
    border-radius: 14px;
    z-index: 1
}

#dashboard_cf7ms .cf7mls-list-checked li:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 8px;
    z-index: 2
}

#dashboard_cf7ms .cf7mls-postbox-btn-wrap {
    margin-bottom: 30px;
    text-align: center;
}

#dashboard_cf7ms .cf7mls-postbox-btn-wrap .button {
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
}