Skip to content
Snippets Groups Projects
Commit 1b38a7e5 authored by Eric Poirier's avatar Eric Poirier
Browse files

Use variables to changes button color


Signed-off-by: default avatarEric Poirier <eric.poirier@eclipse-foundation.org>
parent cde8bca3
No related branches found
No related tags found
No related merge requests found
...@@ -11,4 +11,7 @@ ...@@ -11,4 +11,7 @@
* SPDX-License-Identifier: EPL-2.0 * SPDX-License-Identifier: EPL-2.0
*/ */
@coming-soon-container-bg:#000; @coming-soon-container-bg:#000;
\ No newline at end of file
@btn-primary-bg: #d6006e;
@btn-primary-border: #d6006e;
\ No newline at end of file
...@@ -32,11 +32,4 @@ ...@@ -32,11 +32,4 @@
h2 { h2 {
font-size: 24px; font-size: 24px;
} }
.btn-primary {
background-color: #d6006e;
border: none;
&:hover {
background-color: darken(#d6006e, 15%);
}
}
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment