Skip to content

Commit fc8d8ab

Browse files
author
SPRINX0\prochazka
committed
changed buttons
1 parent 6d5927b commit fc8d8ab

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

layouts/partials/download-button.html

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,26 @@
88

99
<a href="https://demo.dbgate.org" class="button is-info is-medium is-hidden-mobile mr-2" target="_blank" data-goatcounter-click="button-onlinedemo-homepage" data-goatcounter-title="Button: Try it online - demo - homepage"><i class='fa fa-globe mr-2'></i> Try it online</a>
1010

11-
<a href="https://dbgate.io" target="_blank" class="button is-info is-medium mr-2 is-hidden-mobile premium-link-button" data-goatcounter-click="button-dbgate-premium-homapage" data-goatcounter-title="Button: DbGate Premium from homepage"><i class='fa fa-star mr-2'></i> DbGate Premium</a>
11+
<div class="premium-button-container">
12+
<a href="https://dbgate.io" target="_blank" class="button is-info is-medium mr-2 is-hidden-mobile premium-link-button" data-goatcounter-click="button-dbgate-premium-homapage" data-goatcounter-title="Button: DbGate Premium from homepage"><i class='fa fa-star mr-2'></i> DbGate Premium</a>
13+
<div class="premium-learn-more">Learn more</div>
14+
</div>
1215
</div>
1316

1417
<style>
1518
.premium-link-button {
1619
color: #ffcc00 !important;
1720
}
21+
.premium-button-container {
22+
display: inline-block;
23+
margin-right: 0.5rem;
24+
}
25+
.premium-learn-more {
26+
font-size: 0.75rem;
27+
color: #ccc;
28+
text-align: center;
29+
margin-top: 0.25rem;
30+
top: -20px;
31+
position: relative;
32+
}
1833
</style>

0 commit comments

Comments
 (0)