Fix native

This commit is contained in:
Jeremy Thomas
2018-04-10 23:10:59 +01:00
parent a1c8414c59
commit cd8503762c
3 changed files with 25 additions and 32 deletions

View File

@@ -59,7 +59,7 @@
}
.native-cta:hover {
color: #native_cta_color_hover;
color: #native_cta_color_hover#;
background-color: #native_cta_bg_color_hover#;
}
</style>
@@ -70,6 +70,6 @@
<span class="native-desc">#native_desc#</span>
</div>
</div>
<span class="native-cta">#native_cta#</span>
<span class="button is-medium native-cta">#native_cta#</span>
</a>
</div>