Merge pull request #4690 from techAPJ/pdf-onebox

UX: CSS for pdf onebox
This commit is contained in:
Arpit Jalan 2017-02-07 00:05:57 +05:30 committed by GitHub
commit 68653801bc
3 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@ -171,6 +171,15 @@ aside.onebox {
@include gdocs-logo('drive');
}
.pdf-onebox-logo {
width: 60px;
height: 50px;
float: left;
background: image-url("favicons/pdf_64px.png") no-repeat;
background-size: 48px 48px;
display: inline-block;
}
// Google Calendar Placeholder
.gdocs-onebox-splash {
background-color: blend-primary-secondary(30%);