Шаблон:Скачать/styles.css
Материал из J2MEdia
.download-box {
display: flex;
align-items: center;
max-width: 520px;
margin: 12px 0;
padding: 14px 18px;
border: 1px solid #b8b8b8;
border-radius: 8px;
background: #fff;
box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
}
.download-box__icon {
flex: 0 0 72px;
text-align: center;
margin-right: 18px;
}
.download-box__icon img {
display: block;
margin: 0 auto;
}
.download-box__content {
flex: 1;
min-width: 0;
}
.download-box__title {
margin-bottom: 9px;
font-size: 18px;
font-weight: 700;
}
.download-box__button a {
display: inline-block;
padding: 6px 14px;
border-radius: 4px;
background: #198754;
color: #fff;
font-weight: 600;
text-decoration: none;
}
.download-box__button a:hover {
background: #146c43;
color: #fff;
text-decoration: none;
}
