You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
388 B

2 years ago
.region-sidebar-first .block,
.region-sidebar-second .block {
2 years ago
@include card-container();
1 year ago
font-family: 'Roboto Condensed', sans-serif;
2 years ago
h3 {
@include card-divider;
background: #333;
color: #fff;
margin-bottom: 0;
//line-height: 0;
1 year ago
padding: .5rem 1rem 0.2rem 1rem;
2 years ago
border-bottom: 4px solid $green;
}
.field--name-body {
@include card-section;
}
}