Skip to content

Commit

Permalink
Assign default font and font size styles to the notice component. (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellr authored Feb 11, 2019
1 parent 1c583b2 commit f0261ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/notice/style.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.components-notice {
font-family: $default-font;
font-size: $default-font-size;
background-color: $blue-medium-100;
border-left: 4px solid $blue-medium-500;
margin: 5px 15px 2px;
Expand Down

0 comments on commit f0261ce

Please sign in to comment.