/var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss/import/blocks
Edit: /var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss/import/blocks/_block__heading.scss (732B)
.block__heading {
h1,
h2,
h3 {
span {
color: $primary;
}
}
h1 {
font-size: 1.65rem;
font-weight: 600;
}
h2 {
font-size: 1.45rem;
font-weight: 600;
}
h3 {
font-size: 1.25rem;
font-weight: 600;
}
&.dashed {
border-bottom: 1px dashed $gray-200;
}
&.has-count {
display: flex;
width: 100%;
align-items: center;
h1,
h2,
h3,
h4 {
margin: 0px;
}
.count {
flex: 1;
margin-left: 30px;
display: inline;
font-size: 0.75rem;
font-weight: 500;
}
}
}