Шаблон:Скачать/styles.css

Материал из J2MEdia
.download-clean {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 14px 0;
    padding: 8px 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.download-clean__icon {
    flex: 0 0 56px;
    text-align: center;
}

.download-clean__icon img {
    display: block;
    margin: 0 auto;
}

.download-clean__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.download-clean__title a {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.download-clean__title a:hover {
    text-decoration: underline;
}

.download-clean__button a {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 6px;
    background: #1f9d55;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.download-clean__button a:hover {
    background: #168347;
    color: #fff;
    text-decoration: none;
}