/**
 * Blankslate
 */


.ls-blankslate {
    margin-bottom: 15px;
    padding: 30px;
    text-align: center;
    color: #adadad;
}

.ls-blankslate:last-child {
    margin-bottom: 0;
}


/* Заголовок */
.ls-blankslate-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.ls-blankslate-title:last-child {
    margin-bottom: 0;
}


/**
 * @modifier no-background
 */
.ls-blankslate--no-background {
    border: none;
    background: transparent;
}
