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.
17 lines
340 B
17 lines
340 B
.region-sidebar-first .block, |
|
.region-sidebar-second .block { |
|
@include card-container(); |
|
h3 { |
|
@include card-divider; |
|
background: #333; |
|
color: #fff; |
|
margin-bottom: 0; |
|
//line-height: 0; |
|
padding: 1rem 1rem .6rem 1rem; |
|
border-bottom: 4px solid $green; |
|
} |
|
.field--name-body { |
|
|
|
@include card-section; |
|
} |
|
}
|
|
|