UX: CSS for pdf onebox

This commit is contained in:
Arpit Jalan 2017-02-06 16:21:14 +05:30
parent ceee2a509a
commit 0c0da86e0c
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%);