Merge branch 'develop' of git.digitaltelepresence.com:digital-telepresence/dtp-base into develop

master
rob 2 years ago
commit dfe10cc514

@ -1,5 +1,5 @@
mixin renderGabShareButton (shareUrl, shareMsg) mixin renderGabShareButton (shareUrl, shareMsg)
a(href=`https://gab.com/compose?url=${shareUrl}&text=${shareMsg}`, target="_frenshare", rel="noopener noreferrer").fren-button a(href=`https://gab.com/compose?url=${shareUrl}&text=${shareMsg}`, target="_blank", rel="noopener noreferrer").share-button.share-to-gab
span(style="color: white;") span(style="color: white;")
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="20px" height="20px" viewBox="0 4 20 30" xml:space="preserve"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="20px" height="20px" viewBox="0 4 20 30" xml:space="preserve">
<g> <g>

@ -24,12 +24,16 @@ a.dtp-link-button {
} }
.share-button { .share-button {
background: #00d178;
color: white;
font-weight: bold; font-weight: bold;
&:hover { &.share-to-gab {
background: @brand-color-gab;
color: white; color: white;
&:hover {
background: lighten(@brand-color-gab, 5%);
color: white;
}
} }
} }

@ -1,2 +1,4 @@
@site-brand-color: #d01a2a; @site-brand-color: #d01a2a;
@site-navbar-height: 64px; @brand-color-gab: #00d178;
@site-navbar-height: 64px;
Loading…
Cancel
Save