mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 11:58:27 +00:00
Merge pull request #4690 from techAPJ/pdf-onebox
UX: CSS for pdf onebox
This commit is contained in:
commit
68653801bc
BIN
app/assets/images/favicons/pdf_48px.png
Normal file
BIN
app/assets/images/favicons/pdf_48px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
BIN
app/assets/images/favicons/pdf_64px.png
Normal file
BIN
app/assets/images/favicons/pdf_64px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
@ -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%);
|
||||
|
Loading…
x
Reference in New Issue
Block a user