Skip to content
Snippets Groups Projects
Verified Commit 34067a15 authored by Jonas Leder's avatar Jonas Leder
Browse files

add button class

parent 3a7e4c9c
Branches
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ body {
height: 100%;
}
button {
.button, button {
background-color: vars.$accent-color;
color: #000;
text-transform: uppercase;
......@@ -28,12 +28,14 @@ button {
cursor: pointer;
border-radius: 5px;
transition: background-color vars.$link-hover-animation-time linear;
text-decoration: none;
&:hover,
&:active,
&:focus {
background-color: vars.$accent-color-2;
outline: none;
color: #000;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment