/var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss/import/blocks
Edit: /var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss/import/blocks/_block__causes.scss (2011B)
.block__causes {
&.single {
.sidebar {
.image {
img {
width: 100%;
margin-bottom: 1rem;
}
}
}
.documents {
.snippet {
display: flex;
border-bottom: 1px dashed $gray-200;
padding-bottom: 30px;
margin-bottom: 30px;
.name {
width: 60%;
font-weight: 700;
}
.file {
text-align: right;
width: 40%;
display: flex;
align-items: center;
svg {
width: 32px;
height: 32px;
}
span {
flex-grow: 1;
display: block;
font-weight: 600;
color: $dark;
margin-right: 15px;
}
}
&:last-of-type {
border-bottom: none;
}
}
}
.news {
.snippet {
border-bottom: 1px dashed $gray-200;
padding-bottom: 30px;
margin-bottom: 30px;
.title-date {
display: flex;
.title {
width: 75%;
font-weight: 700;
font-size: 1.125rem;
}
.date {
width: 25%;
color: $primary;
font-weight: 600;
text-align: right;
}
}
.content {
}
&:last-of-type {
border-bottom: none;
}
}
}
}
}