mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
[FIX] button styling
This commit is contained in:
@@ -54,6 +54,11 @@ button.api {
|
|||||||
padding: 6px 30px;
|
padding: 6px 30px;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
letter-spacing: 2px;
|
letter-spacing: 2px;
|
||||||
|
background-color: #346AA9;
|
||||||
|
}
|
||||||
|
|
||||||
|
button.api:hover {
|
||||||
|
background-color: #428bca;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ mixpanel.init("132d42885e094171f34467fc54da6fab");
|
|||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<p class="main_callout">Ripple is a protocol and distributed network for value exchange. You can issue value onto the Ripple Network by building a gateway or integrating your existing payment system with the Ripple network. If you'd like to build apps that allow people to exchange value you'll want to look at <a target="_blank" href="http://www.xrpga.org/gateways.html">existing gateways.</a></p>
|
<p class="main_callout">Ripple is a protocol and distributed network for value exchange. You can issue value onto the Ripple Network by building a gateway or integrating your existing payment system with the Ripple network. If you'd like to build apps that allow people to exchange value you'll want to look at <a target="_blank" href="http://www.xrpga.org/gateways.html">existing gateways.</a></p>
|
||||||
|
|
||||||
<p class="api_btn"><a href="https://ripple.com/tools/api/"><button type="button" class="button btn btn-primary api">Try it!</button></a></p>
|
<p class="api_btn"><a target="_blank" href="https://ripple.com/tools/api/"><button type="button" class="button btn btn-primary api">Try it!</button></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user