Skip to content

Instantly share code, notes, and snippets.

@alexpaluzzi
Created December 19, 2014 15:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexpaluzzi/bdd8a0e937097afa7b27 to your computer and use it in GitHub Desktop.
Save alexpaluzzi/bdd8a0e937097afa7b27 to your computer and use it in GitHub Desktop.
Shrink core-toolbar height
core-toolbar {
font-family: RobotoDraft, sans-serif;
background-color: #4058A3;
box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
color: #fff;
font-size: 20px;
font-weight: 400;
height: 42px;
}
core-toolbar::shadow > .toolbar-tools {
height: 42px;
}
@craftgear
Copy link

Thanks for sharing this! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment