diff --git a/less/_variables.less b/less/_variables.less index c50533c954ca0edab09768bd023e454aecd67518..6ee2e77f2bca94aae2b8770e6f324343fe28d931 100644 --- a/less/_variables.less +++ b/less/_variables.less @@ -11,4 +11,7 @@ * SPDX-License-Identifier: EPL-2.0 */ -@coming-soon-container-bg:#000; \ No newline at end of file +@coming-soon-container-bg:#000; + +@btn-primary-bg: #d6006e; +@btn-primary-border: #d6006e; \ No newline at end of file diff --git a/less/styles.less b/less/styles.less index d94bc17e2653e3bdf8467f1df0ceaf2503c5a93c..5466b6a89978b1628115c1c70cfdacbd6c41e6a0 100644 --- a/less/styles.less +++ b/less/styles.less @@ -32,11 +32,4 @@ h2 { font-size: 24px; } - .btn-primary { - background-color: #d6006e; - border: none; - &:hover { - background-color: darken(#d6006e, 15%); - } - } } \ No newline at end of file