mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Update Unsplash logo
This commit is contained in:
parent
c0ad68ca6e
commit
1885d0a193
7 changed files with 11 additions and 8 deletions
|
@ -156,5 +156,5 @@
|
|||
}
|
||||
|
||||
.gh-image-uploader-unsplash svg {
|
||||
width: 16px;
|
||||
width: 14px;
|
||||
}
|
||||
|
|
|
@ -290,7 +290,8 @@
|
|||
.app-icon {
|
||||
position: relative;
|
||||
flex: 0 0 60px;
|
||||
margin: 0 15px 0 0;
|
||||
margin: 0 10px 0 0;
|
||||
padding: 5px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
background-position: center center;
|
||||
|
@ -298,6 +299,10 @@
|
|||
border-radius: 10%;
|
||||
}
|
||||
|
||||
.app-icon img {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.app-cell h3 {
|
||||
margin: 0;
|
||||
color: var(--darkgrey);
|
||||
|
|
|
@ -131,7 +131,7 @@
|
|||
{{#link-to "settings.integrations.unsplash" data-test-link="unsplash"}}
|
||||
<article class="apps-card-app">
|
||||
<div class="apps-card-left">
|
||||
<figure class="apps-card-app-icon" style="background-image:url(assets/img/unsplashicon.png);background-size:45px;"></figure>
|
||||
<figure class="apps-card-app-icon" style="background-image:url(assets/icons/unsplash.svg);background-size:38px;"></figure>
|
||||
<div class="apps-card-meta">
|
||||
<h3 class="apps-card-app-title">Unsplash</h3>
|
||||
<p class="apps-card-app-desc">Beautiful, free photos</p>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<br>
|
||||
<section class="app-grid">
|
||||
<div class="app-cell">
|
||||
<img class="app-icon" src="assets/img/unsplashicon.png" />
|
||||
<img class="app-icon" src="assets/icons/unsplash.svg" />
|
||||
</div>
|
||||
<div class="app-cell">
|
||||
<h3>Unsplash</h3>
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M20.8 18.1c0 2.7-2.2 4.8-4.8 4.8-2.6 0-4.8-2.1-4.8-4.8 0-2.7 2.2-4.8 4.8-4.8 2.7.1 4.8 2.2 4.8 4.8zM32 10.7v14.9c0 2.3-1.9 4.3-4.3 4.3H4.3C1.9 29.9 0 28 0 25.6v-15c0-2.3 1.9-4.3 4.3-4.3H8L8.8 4c.4-1.1 1.7-2 2.9-2h8.6c1.2 0 2.5.9 2.9 2l.8 2.4h3.7c2.4 0 4.3 1.9 4.3 4.3zm-8.6 7.5c0-4.1-3.3-7.5-7.5-7.5-4.1 0-7.5 3.4-7.5 7.5s3.3 7.5 7.5 7.5c4.2-.1 7.5-3.4 7.5-7.5z" fill="#000" fill-rule="nonzero"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.43 122.41"><path d="M83.86 54.15v34.13H38.57V54.15H0v68.26h122.43V54.15H83.86zM38.57 0h45.3v34.13h-45.3z"/></svg>
|
||||
|
|
Before Width: | Height: | Size: 501 B After Width: | Height: | Size: 171 B |
|
@ -1 +1 @@
|
|||
<svg viewBox="0 0 32 32"><path d="M20.8 18.1c0 2.7-2.2 4.8-4.8 4.8s-4.8-2.1-4.8-4.8c0-2.7 2.2-4.8 4.8-4.8 2.7.1 4.8 2.2 4.8 4.8zm11.2-7.4v14.9c0 2.3-1.9 4.3-4.3 4.3h-23.4c-2.4 0-4.3-1.9-4.3-4.3v-15c0-2.3 1.9-4.3 4.3-4.3h3.7l.8-2.3c.4-1.1 1.7-2 2.9-2h8.6c1.2 0 2.5.9 2.9 2l.8 2.4h3.7c2.4 0 4.3 1.9 4.3 4.3zm-8.6 7.5c0-4.1-3.3-7.5-7.5-7.5-4.1 0-7.5 3.4-7.5 7.5s3.3 7.5 7.5 7.5c4.2-.1 7.5-3.4 7.5-7.5z"></path></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.43 122.41"><path d="M83.86 54.15v34.13H38.57V54.15H0v68.26h122.43V54.15H83.86zM38.57 0h45.3v34.13h-45.3z"/></svg>
|
||||
|
|
Before Width: | Height: | Size: 414 B After Width: | Height: | Size: 171 B |
Binary file not shown.
Before Width: | Height: | Size: 2.4 KiB |
Loading…
Add table
Reference in a new issue