Skip to content

Commit

Permalink
Announcement block styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwanberg committed Aug 5, 2015
1 parent 7cee6a9 commit 69c6281
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sites/all/themes/zen-sullivan/css/zen-sullivan-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,13 @@ tbody {
/*[class^="icon-"]:before,
[class*=" icon-"]:before {
}*/
/* line 2, ../sass/component-styles/_announcement.scss */
.block.announcement h2 {
font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
font-size: 1.5em;
line-height: 1.35;
}

/**
* @file
* Block Styling
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.block.announcement {
h2 {
font-family: $base-font-family;
font-size: 1.5em;
line-height: 1.35;
}
}

0 comments on commit 69c6281

Please sign in to comment.