mirror of
https://github.com/TryGhost/Ruby.git
synced 2024-10-29 20:38:33 +02:00
Improvement
This commit is contained in:
parent
15123b98c1
commit
d290b3fb6c
@ -40,18 +40,6 @@
|
|||||||
background-color: #ff4500;
|
background-color: #ff4500;
|
||||||
}
|
}
|
||||||
|
|
||||||
.share-tumblr {
|
|
||||||
background-color: #35465c;
|
|
||||||
}
|
|
||||||
|
|
||||||
.share-vk {
|
.share-vk {
|
||||||
background-color: #45668e;
|
background-color: #45668e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.share-pocket {
|
|
||||||
background-color: #ef4056;
|
|
||||||
}
|
|
||||||
|
|
||||||
.share-telegram {
|
|
||||||
background-color: #0088cc;
|
|
||||||
}
|
|
@ -10,7 +10,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: @light-gray-color;
|
background-color: @white-color;
|
||||||
color: @primary-text-color;
|
color: @primary-text-color;
|
||||||
font-family: @font-base;
|
font-family: @font-base;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
background-color: var(--primary-color);
|
background-color: var(--primary-color);
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
|
box-shadow: @shadow-base;
|
||||||
color: @white-color;
|
color: @white-color;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
.site-header {
|
.site-header {
|
||||||
backface-visibility: hidden;
|
backface-visibility: hidden;
|
||||||
background-color: @white-color;
|
|
||||||
z-index: 80;
|
z-index: 80;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 74px;
|
height: 80px;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -29,7 +28,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.logo-image {
|
.logo-image {
|
||||||
max-height: 60px;
|
max-height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo-text {
|
.logo-text {
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.off-canvas {
|
.off-canvas {
|
||||||
background-color: @light-gray-color;
|
background-color: @white-color;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
padding: 60px 0 30px;
|
padding: 60px 0 30px;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
@secondary-text-color: #aaa;
|
@secondary-text-color: #aaa;
|
||||||
@white-color: #fff;
|
@white-color: #fff;
|
||||||
@light-gray-color: #f1f1f1;
|
@light-gray-color: #f1f1f1;
|
||||||
@mid-gray-color: #e6e6e6;
|
@mid-gray-color: #e9e9e9;
|
||||||
@dark-gray-color: #1a1a1a;
|
@dark-gray-color: #1a1a1a;
|
||||||
@black-color: #000;
|
@black-color: #000;
|
||||||
|
|
||||||
@ -11,4 +11,4 @@
|
|||||||
@font-base: "Open Sans", sans-serif;
|
@font-base: "Open Sans", sans-serif;
|
||||||
@font-alt: Dosis, sans-serif;
|
@font-alt: Dosis, sans-serif;
|
||||||
@animation-base: ease-in-out;
|
@animation-base: ease-in-out;
|
||||||
@shadow-base: 0 0px 10px rgba(0,0,0,.05);
|
@shadow-base: 0 5px 30px rgba(0,0,0,.2);
|
@ -5,5 +5,4 @@
|
|||||||
<a class="share-item share-linkedin u-hover-item" href="https://www.linkedin.com/shareArticle?mini=true&url={{url absolute="true"}}&title={{encode title}}" target="_blank"><i class="icon icon-linkedin"></i></a>
|
<a class="share-item share-linkedin u-hover-item" href="https://www.linkedin.com/shareArticle?mini=true&url={{url absolute="true"}}&title={{encode title}}" target="_blank"><i class="icon icon-linkedin"></i></a>
|
||||||
<a class="share-item share-reddit u-hover-item" href="https://reddit.com/submit?url={{url absolute="true"}}&title={{encode title}}" target="_blank"><i class="icon icon-reddit"></i></a>
|
<a class="share-item share-reddit u-hover-item" href="https://reddit.com/submit?url={{url absolute="true"}}&title={{encode title}}" target="_blank"><i class="icon icon-reddit"></i></a>
|
||||||
<a class="share-item share-vk u-hover-item" href="http://vk.com/share.php?url={{url absolute="true"}}&title={{encode title}}" target="_blank"><i class="icon icon-vk"></i></a>
|
<a class="share-item share-vk u-hover-item" href="http://vk.com/share.php?url={{url absolute="true"}}&title={{encode title}}" target="_blank"><i class="icon icon-vk"></i></a>
|
||||||
<a class="share-item share-telegram u-hover-item" href="https://t.me/share/url?url={{url absolute="true"}}&text={{encode title}}" target="_blank"><i class="icon icon-telegram"></i></a>
|
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue
Block a user