Merge pull request #686 from google/small-fix-copy-button

Small fix to the vertical centering of the new copy-to-clipboard icon
master
Surma 2015-07-03 20:59:52 +01:00
commit 8aa345d762
1 changed files with 2 additions and 0 deletions

View File

@ -577,6 +577,7 @@ body:not(.about) .mdl-navigation__link.download > button {
text-transform: none;
font-size: 13px;
font-weight: normal;
line-height: 28px;
}
.snippet-group .snippet-caption .copy-to-clipboard-button .material-icons {
background-color: #00BCD4;
@ -586,6 +587,7 @@ body:not(.about) .mdl-navigation__link.download > button {
line-height: 24px;
font-size: 16px;
color: white;
top: 3px;
}
.snippet-group .snippet-caption .snippet-copy embed {
height: 100%;