Skip to content

Commit

Permalink
Fixing Download buttons icon and size
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Garnier authored Mar 2, 2020
1 parent 4fe8787 commit d1f49d3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions codelab-elements/google-codelab-step/google_codelab_step.scss
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,24 @@ google-codelab-step .instructions iron-icon {
margin-right: 7px;
margin-left: 3px;
font-size: 16px;
top: -1px;
position: relative;
}

iron-icon {
font: normal normal normal 24px/1 "Material Icons";
-webkit-font-feature-settings: "liga";
font-feature-settings: "liga";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
text-transform: none;
word-wrap: normal;
font-size: inherit;
}

iron-icon[icon=file-download]::after {
content: "cloud_download";
}

google-codelab-step .instructions img {
Expand Down

0 comments on commit d1f49d3

Please sign in to comment.