Skip to content

Commit

Permalink
Merge pull request #230 from googlecodelabs/material-styling
Browse files Browse the repository at this point in the history
Fixed material-icons styling
  • Loading branch information
nicolasgarnier authored Apr 25, 2019
2 parents 185f34f + 1ecf4a4 commit 48e770f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,6 @@ google-codelab-about .about-card > *:not(:first-child) {

google-codelab-about .about-card .material-icons {
margin-right: 10px;
top: 6px;
position: relative;
}
5 changes: 5 additions & 0 deletions codelab-elements/google-codelab/_drawer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ google-codelab #drawer .steps:only-child {
max-height: 100%;
}

google-codelab #drawer .metadata .material-icons {
top: 6px;
position: relative;
}

google-codelab #drawer ol {
margin: 0;
padding: 16px 12px;
Expand Down

0 comments on commit 48e770f

Please sign in to comment.