Created
December 19, 2014 15:33
-
-
Save alexpaluzzi/bdd8a0e937097afa7b27 to your computer and use it in GitHub Desktop.
Shrink core-toolbar height
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for sharing this! 😄