Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix story tooltip margins and Twitter icon. #24183

Merged
merged 1 commit into from
Aug 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions extensions/amp-story/1.0/amp-story-tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
text-shadow: none !important;
font-weight: 500 !important;
display: flex !important;
justify-content: space-between !important;
align-items: center !important;
background: white !important;
box-shadow: 0px 6px 16px rgba(0,0,0,0.16) !important;
Expand All @@ -121,7 +120,7 @@
overflow: hidden !important;
white-space: nowrap !important;
max-width: 172px !important;
margin: 0px 10px !important;
margin: 0px 5px !important;
font-family: 'Roboto', sans-serif !important;
font-size: 14px !important;
color: #3C4043 !important;
Expand All @@ -132,6 +131,7 @@
.i-amphtml-story-tooltip-custom-icon {
width: 24px !important;
height: 24px !important;
margin: 0px 5px !important;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
Expand All @@ -145,6 +145,7 @@
.i-amphtml-tooltip-action-icon {
width: 16px !important;
height: 16px !important;
margin: 0px 5px !important;
padding-bottom: 2px !important;
}

Expand All @@ -170,3 +171,7 @@
border-top: 0px !important;
border-bottom: 10px solid white !important;
}

.amp-social-share-twitter-no-background {
background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" preserveAspectRatio="xMidYMid meet"><g fill="none" fill-rule="evenodd"><path d="M0 0h400v400H0z"/><path fill="%231da1f2" fill-rule="nonzero" d="M153.62 301.59c94.34 0 145.94-78.16 145.94-145.94 0-2.22 0-4.43-.15-6.63A104.36 104.36 0 0 0 325 122.47a102.38 102.38 0 0 1-29.46 8.07 51.47 51.47 0 0 0 22.55-28.37 102.79 102.79 0 0 1-32.57 12.45c-15.9-16.906-41.163-21.044-61.625-10.093-20.461 10.95-31.032 34.266-25.785 56.873A145.62 145.62 0 0 1 92.4 107.81c-13.614 23.436-6.66 53.419 15.88 68.47A50.91 50.91 0 0 1 85 169.86v.65c.007 24.416 17.218 45.445 41.15 50.28a51.21 51.21 0 0 1-23.16.88c6.72 20.894 25.976 35.208 47.92 35.62a102.92 102.92 0 0 1-63.7 22 104.41 104.41 0 0 1-12.21-.74 145.21 145.21 0 0 0 78.62 23"/></g></svg>');
}
4 changes: 0 additions & 4 deletions third_party/optimized-svg-icons/amp-social-share-svgs.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.