Skip to content
Snippets Groups Projects
Commit 29c7a759 authored by Michael Drury's avatar Michael Drury
Browse files

checkout button orange on hover

parent 016f56f7
Branches
No related tags found
No related merge requests found
...@@ -345,17 +345,20 @@ li { ...@@ -345,17 +345,20 @@ li {
.checkout_button { .checkout_button {
border: 2px solid grey; border: 2px solid grey;
width: 80px; width: 80px;
height: 45px; height: 55px;
margin: auto; margin: auto;
text-align: center; text-align: center;
border-radius: 15px; border-radius: 15px;
background: #E8E8E8; background: #E8E8E8;
color: black;
} }
.checkout_button_text {
color: black; .checkout_button:hover {
color: orange;
} }
.checkout_price { .checkout_price {
padding-left: 20px; padding-left: 20px;
font-size: 100%; font-size: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment