rdrew
2 years ago
6 changed files with 25 additions and 11 deletions
File diff suppressed because one or more lines are too long
@ -1,17 +1,17 @@ |
|||||||
.region-sidebar-first .block, |
.region-sidebar-first .block, |
||||||
.region-sidebar-second .block { |
.region-sidebar-second .block { |
||||||
@include card-container(); |
@include card-container(); |
||||||
|
font-family: 'Roboto Condensed', sans-serif; |
||||||
h3 { |
h3 { |
||||||
@include card-divider; |
@include card-divider; |
||||||
background: #333; |
background: #333; |
||||||
color: #fff; |
color: #fff; |
||||||
margin-bottom: 0; |
margin-bottom: 0; |
||||||
//line-height: 0; |
//line-height: 0; |
||||||
padding: 1rem 1rem .6rem 1rem; |
padding: 1rem 1rem 0.6rem 1rem; |
||||||
border-bottom: 4px solid $green; |
border-bottom: 4px solid $green; |
||||||
} |
} |
||||||
.field--name-body { |
.field--name-body { |
||||||
|
|
||||||
@include card-section; |
@include card-section; |
||||||
} |
} |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue